method
read_multi
v3.0.9 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
read_multi(*names)public
Read 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.