method
retrieve_connection_pool
retrieve_connection_pool(spec_name)
public
Retrieving the connection pool happens a lot, so we cache it in @owner_to_pool. This makes retrieving the connection pool O(1) once the process is warm. When a connection is established or removed, we invalidate the cache.