class ActiveRecord::ConnectionAdapters::QueryCache::Store

def clear

def clear
  @map.clear
  self
end