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