Flowdock
method

instrument_fragment_cache

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: ActionController::Caching::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/action_controller/caching/fragments.rb, line 92
      def instrument_fragment_cache(name, key) # :nodoc:
        ActiveSupport::Notifications.instrument("#{name}.action_controller", :key => key){ yield }
      end
Register or log in to add new notes.