Uses of Interface
org.jdbi.v3.core.cache.JdbiCache
Packages that use JdbiCache
Package
Description
Cache implementation using the Caffeine cache library.
A non-caching cache implementation.
Pluggable cache interface for Jdbi internal caches.
-
Uses of JdbiCache in org.jdbi.v3.cache.caffeine
Classes in org.jdbi.v3.cache.caffeine that implement JdbiCacheModifier and TypeClassDescriptionfinal class
CaffeineCache<K,
V> Cache implementation using the caffeine cache library.final class
CaffeineLoadingCache<K,
V> Cache implementation using the caffeine cache library.Methods in org.jdbi.v3.cache.caffeine that return JdbiCacheModifier and TypeMethodDescription<K,
V> JdbiCache <K, V> CaffeineCacheBuilder.build()
<K,
V> JdbiCache <K, V> CaffeineCacheBuilder.buildWithLoader
(JdbiCacheLoader<K, V> cacheLoader) -
Uses of JdbiCache in org.jdbi.v3.cache.noop
Classes in org.jdbi.v3.cache.noop that implement JdbiCacheMethods in org.jdbi.v3.cache.noop that return JdbiCacheModifier and TypeMethodDescription<K,
V> JdbiCache <K, V> NoopCacheBuilder.build()
<K,
V> JdbiCache <K, V> NoopCacheBuilder.buildWithLoader
(JdbiCacheLoader<K, V> cacheLoader) -
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.