# File lib/action_view/helpers/cache_helper.rb, line 34
      def cache(name = {}, options = nil, &block)
        @controller.fragment_for(output_buffer, name, options, &block)
      end