# File lib/active_record/query_cache.rb, line 26
    def initialize(app)
      @app = app
    end