read_multi(*keys)
Reads multiple keys from the cache.
# File activesupport/lib/active_support/cache/mem_cache_store.rb, line 57 def read_multi(*keys) @data.get_multi keys end