Uses of Interface
io.agroal.api.cache.Acquirable
-
Packages that use Acquirable Package Description io.agroal.api.cache -
-
Uses of Acquirable in io.agroal.api.cache
Methods in io.agroal.api.cache that return Acquirable Modifier and Type Method Description AcquirableConnectionCache. get()Get a acquirable object from cache.Methods in io.agroal.api.cache with parameters of type Acquirable Modifier and Type Method Description voidConnectionCache. put(Acquirable acquirable)Cache an acquirable object on this cache.
-