# File lib/responders/http_cache_responder.rb, line 12
    def initialize(controller, resources, options={})
      super
      @http_cache = options.delete(:http_cache)
    end