= private = protected
clear_reloadable_connections!()
Clears the cache which maps classes.
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 527 def clear_reloadable_connections! connection_pool_list.each(&:clear_reloadable_connections!) end