method
instrument_multi
v7.1.3.4 -
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 1009
def instrument_multi(operation, keys, options = nil, &block)
_instrument(operation, multi: true, key: keys, options: options, &block)
end