method

instrument_fragment_cache

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