Uses of Interface
io.agroal.api.cache.ConnectionCache
-
Packages that use ConnectionCache Package Description io.agroal.api.cache io.agroal.api.configuration io.agroal.api.configuration.supplier -
-
Uses of ConnectionCache in io.agroal.api.cache
Methods in io.agroal.api.cache that return ConnectionCache Modifier and Type Method Description static ConnectionCacheLocalConnectionCache. fixed(int size)A local cache that stores up to a number of connections.static ConnectionCacheLocalConnectionCache. full()A local cache that stores all connectionsstatic ConnectionCacheConnectionCache. none()An implementation that does not cache.static ConnectionCacheLocalConnectionCache. single()A local cache that stores at most a single connection. -
Uses of ConnectionCache in io.agroal.api.configuration
Methods in io.agroal.api.configuration that return ConnectionCache Modifier and Type Method Description ConnectionCacheAgroalConnectionPoolConfiguration. connectionCache()Customizable strategy for connection caching. -
Uses of ConnectionCache in io.agroal.api.configuration.supplier
Methods in io.agroal.api.configuration.supplier with parameters of type ConnectionCache Modifier and Type Method Description AgroalConnectionPoolConfigurationSupplierAgroalConnectionPoolConfigurationSupplier. connectionCache(ConnectionCache cache)Sets the connection cache implementation.
-