method
    
    instrument_fragment_cache
 
  instrument_fragment_cache(name, key)
  public
  
    Hide source    
    
      
  
# 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

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
   = private
 = private = protected
 = protected
  