instance method
instrument_multi
Ruby on Rails 8.1.2
Since v7.1.6 Private — implementation detail, not part of the public APISignature
instrument_multi(operation, keys, options = nil, &block)
No documentation comment.
Parameters
-
operationreq -
keysreq -
optionsopt = nil -
blockblock
Source
# 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
Defined in activesupport/lib/active_support/cache.rb line 1070
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Store