Uses of Interface
org.jdbi.v3.core.cache.JdbiCache
Packages that use JdbiCache
Package
Description
A non-caching cache implementation.
Pluggable cache interface for Jdbi internal caches.
The
statement package provides most of the Fluent API
to drive statement execution.-
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. -
Uses of JdbiCache in org.jdbi.v3.core.cache.internal
Classes in org.jdbi.v3.core.cache.internal that implement JdbiCacheMethods in org.jdbi.v3.core.cache.internal that return JdbiCacheModifier and TypeMethodDescription<K,V> JdbiCache<K, V> DefaultJdbiCacheBuilder.build()<K,V> JdbiCache<K, V> DefaultJdbiCacheBuilder.buildWithLoader(JdbiCacheLoader<K, V> loader) -
Uses of JdbiCache in org.jdbi.v3.core.statement
Fields in org.jdbi.v3.core.statement declared as JdbiCache