module AbstractController::Caching::Fragments

def instrument_fragment_cache(name, key, &block) # :nodoc:

:nodoc:
def instrument_fragment_cache(name, key, &block) # :nodoc:
  ActiveSupport::Notifications.instrument("#{name}.#{instrument_name}", instrument_payload(key), &block)
end