module ActionController::Caching::Pages::ClassMethods

def instrument_page_cache(name, path)

def instrument_page_cache(name, path)
  ActiveSupport::Notifications.instrument("#{name}.action_controller", :path => path){ yield }
end