Uses of Interface
io.agroal.api.cache.ConnectionCache
Packages that use ConnectionCache
Package
Description
-
Uses of ConnectionCache in io.agroal.api.cache
Methods in io.agroal.api.cache that return ConnectionCacheModifier and TypeMethodDescriptionstatic 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 ConnectionCacheModifier and TypeMethodDescriptionAgroalConnectionPoolConfiguration.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 ConnectionCacheModifier and TypeMethodDescriptionAgroalConnectionPoolConfigurationSupplier.connectionCache(ConnectionCache cache) Sets the connection cache implementation.