123456789_123456789_123456789_123456789_123456789_

Class: ActiveRecord::ConnectionAdapters::RactorConnectionHandler::ProxyConnectionPool::SchemaCacheProxy

Overview

Dispatches schema cache lookups to the schema cache of this pool's main-Ractor counterpart.

Class Method Summary

Constructor Details

.new(pool) ⇒ SchemaCacheProxy

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/ractor_connection_handler/proxy_connection_pool.rb', line 18

def initialize(pool)
  @pool = pool
end