= private = protected
clear_reloadable_connections!()
Clears the cache which maps classes
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 298 def clear_reloadable_connections! @connection_pools.each_value {|pool| pool.clear_reloadable_connections! } end