instance method
read_multi_entries
Ruby on Rails 7.2.3
Since v5.2.8.1Signature
read_multi_entries(keys)
No documentation comment.
Parameters
-
keysreq
Source
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 48
def read_multi_entries(keys)
@data.slice(*keys)
end
Defined in activesupport/lib/active_support/cache/strategy/local_cache.rb line 48
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Strategy::LocalCache::LocalStore