method

instrument_fragment_cache

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: Fragments
instrument_fragment_cache(name, key, &block) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.