# File lib/active_record/query_cache.rb, line 30
    def call(env)
      ActiveRecord::Base.cache do
        @app.call(env)
      end
    end