module ActiveRecord::ConnectionAdapters::QueryCache::ConnectionPoolConfiguration

def enable_query_cache!

def enable_query_cache!
  @query_cache_enabled[connection_cache_key(current_thread)] = true
  connection.enable_query_cache! if active_connection?
end