method
read_multi
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
read_multi(*names)public
Reads multiple values at once from the cache. Options can be passed in the last argument.
Some cache implementation may optimize this method.
Returns a hash mapping the names provided to the values found.