# File lib/responders/http_cache_responder.rb, line 35
    def do_http_cache?
      get? && @http_cache != false && ActionController::Base.perform_caching &&
        persisted? && resource.respond_to?(:updated_at)
    end