method
instrument_multi
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
instrument_multi(operation, keys, options = nil, &block)private
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 1070
def instrument_multi(operation, keys, options = nil, &block)
_instrument(operation, multi: true, key: keys, options: options, &block)
end