instance method
instrument
Ruby on Rails 7.2.3
Since v3.0.20 Private — implementation detail, not part of the public APISignature
instrument(operation, key, options = nil, &block)
No documentation comment.
Parameters
-
operationreq -
keyreq -
optionsopt = nil -
blockblock
Source
# File activesupport/lib/active_support/cache.rb, line 998
def instrument(operation, key, options = nil, &block)
_instrument(operation, key: key, options: options, &block)
end
Defined in activesupport/lib/active_support/cache.rb line 998
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Store