Package org.jdbi.v3.cache.caffeine
Class CaffeineCachePlugin
java.lang.Object
org.jdbi.v3.cache.caffeine.CaffeineCachePlugin
- All Implemented Interfaces:
JdbiPlugin
Installing this plugin restores the up-to 3.36.0 behavior of using the Caffeine cache library for SQL statements and the colon prefix parser.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
JdbiPlugin.Singleton -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
customizeConnection, customizeHandle
-
Constructor Details
-
CaffeineCachePlugin
public CaffeineCachePlugin()
-
-
Method Details
-
customizeJdbi
- Specified by:
customizeJdbiin interfaceJdbiPlugin
-