method
instrument_fragment_cache
v3.0.9 -
Show latest stable
- Class:
ActionController::Caching::Fragments
instrument_fragment_cache(name, key)public
No documentation available.
# File actionpack/lib/action_controller/caching/fragments.rb, line 101
def instrument_fragment_cache(name, key)
ActiveSupport::Notifications.instrument("#{name}.action_controller", :key => key){ yield }
end