method
instrument_fragment_cache
v7.0.0 -
Show latest stable
- Class:
AbstractController::Caching::Fragments
instrument_fragment_cache(name, key, &block)public
No documentation available.
# File actionpack/lib/abstract_controller/caching/fragments.rb, line 145
def instrument_fragment_cache(name, key, &block) # :nodoc:
ActiveSupport::Notifications.instrument("#{name}.#{instrument_name}", instrument_payload(key), &block)
end