method

read_multi

rails 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.