module ActiveRecord::ConnectionAdapters::QueryCache::ConnectionPoolConfiguration

def query_cache

def query_cache
  @thread_query_caches.compute_if_absent(ActiveSupport::IsolatedExecutionState.context) do
    Store.new(@query_cache_version, @query_cache_max_size)
  end
end