Class CaffeineCachePlugin

java.lang.Object
org.jdbi.v3.cache.caffeine.CaffeineCachePlugin
All Implemented Interfaces:
org.jdbi.v3.core.spi.JdbiPlugin

public final class CaffeineCachePlugin extends Object implements 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customizeJdbi(org.jdbi.v3.core.Jdbi jdbi)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      customizeJdbi in interface org.jdbi.v3.core.spi.JdbiPlugin