Package io.quarkus.agroal.runtime
Class QuarkusSimpleConnectionCache
java.lang.Object
io.quarkus.agroal.runtime.QuarkusSimpleConnectionCache
- All Implemented Interfaces:
io.agroal.api.cache.ConnectionCache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
connectionCache
-
-
Constructor Details
-
QuarkusSimpleConnectionCache
QuarkusSimpleConnectionCache()
-
-
Method Details
-
get
public io.agroal.api.cache.Acquirable get()- Specified by:
getin interfaceio.agroal.api.cache.ConnectionCache
-
put
public void put(io.agroal.api.cache.Acquirable acquirable) - Specified by:
putin interfaceio.agroal.api.cache.ConnectionCache
-
reset
public void reset()- Specified by:
resetin interfaceio.agroal.api.cache.ConnectionCache
-