Uses of Interface
org.jdbi.v3.core.cache.JdbiCache
Packages that use JdbiCache
-
Uses of JdbiCache in org.jdbi.v3.core.cache
Methods in org.jdbi.v3.core.cache that return JdbiCacheModifier and TypeMethodDescription<K,V> JdbiCache<K, V> JdbiCacheBuilder.build()Creates an cache instance from the values in the builder.<K,V> JdbiCache<K, V> JdbiCacheBuilder.buildWithLoader(JdbiCacheLoader<K, V> cacheLoader) Creates an cache instance from the values in the builder and a supplied cache loader.