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