Package org.jdbi.v3.cache.caffeine
Class CaffeineCachePlugin
java.lang.Object
org.jdbi.v3.cache.caffeine.CaffeineCachePlugin
- All Implemented Interfaces:
org.jdbi.v3.core.spi.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
org.jdbi.v3.core.spi.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
public void customizeJdbi(org.jdbi.v3.core.Jdbi jdbi) - Specified by:
customizeJdbiin interfaceorg.jdbi.v3.core.spi.JdbiPlugin
-