Flowdock
method

instrument_fragment_cache

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: Fragments
instrument_fragment_cache(name, key) 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 137
      def instrument_fragment_cache(name, key) # :nodoc:
        payload = instrument_payload(key)
        ActiveSupport::Notifications.instrument("#{name}.#{instrument_name}", payload) { yield }
      end
Register or log in to add new notes.