method
instrument_fragment_cache
rails 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 147
def instrument_fragment_cache(name, key, &block) # :nodoc:
ActiveSupport::Notifications.instrument("#{name}.#{instrument_name}", instrument_payload(key), &block)
end