Class CaffeineCachePlugin

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

public final class CaffeineCachePlugin extends Object implements 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.
  • Constructor Details

    • CaffeineCachePlugin

      public CaffeineCachePlugin()
  • Method Details

    • customizeJdbi

      public void customizeJdbi(Jdbi jdbi)
      Description copied from interface: JdbiPlugin
      Configure customizations global to any object managed by this Jdbi. This method is invoked immediately when the plugin is installed.
      Specified by:
      customizeJdbi in interface JdbiPlugin
      Parameters:
      jdbi - the jdbi to customize