method
instrument_fragment_cache
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
instrument_fragment_cache(name, key)
public
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