Uses of Interface
org.jdbi.v3.core.config.JdbiCache
Packages that use JdbiCache
Package
Description
 The 
config classes define a configuration registry starting from
 each Jdbi instance.- 
Uses of JdbiCache in org.jdbi.v3.core.config
Methods in org.jdbi.v3.core.config that return JdbiCacheModifier and TypeMethodDescriptionstatic <K,V> JdbiCache<K, V> JdbiCaches.declare(BiFunction<ConfigRegistry, K, V> computer) static <K,V> JdbiCache<K, V> JdbiCaches.declare(Function<K, ?> keyNormalizer, BiFunction<ConfigRegistry, K, V> computer) static <K,V> JdbiCache<K, V> static <K,V> JdbiCache<K, V>  - 
Uses of JdbiCache in org.jdbi.v3.core.mapper.reflect.internal
Fields in org.jdbi.v3.core.mapper.reflect.internal declared as JdbiCacheModifier and TypeFieldDescriptionstatic final JdbiCache<BuilderSpec<?,?>, BuilderPojoProperties<?, ?>> BuilderPojoPropertiesFactory.BUILDER_CACHEstatic final JdbiCache<ModifiablePojoPropertiesFactory.ModifiableSpec<?,?>, ModifiablePojoPropertiesFactory.ModifiablePojoProperties<?, ?>> ModifiablePojoPropertiesFactory.MODIFIABLE_CACHE