module ActiveRecord::ConnectionAdapters::QueryCache

def initialize(*)

def initialize(*)
  super
  @query_cache = nil
end