Uses of Interface
org.jdbi.v3.core.cache.JdbiCacheBuilder
Packages that use JdbiCacheBuilder
Package
Description
Cache implementation using the Caffeine cache library.
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 JdbiCacheBuilder in org.jdbi.v3.cache.caffeineClasses in org.jdbi.v3.cache.caffeine that implement JdbiCacheBuilderModifier and TypeClassDescriptionfinal classCache builder using the caffeine caching library.Methods in org.jdbi.v3.cache.caffeine that return JdbiCacheBuilderModifier and TypeMethodDescriptionstatic JdbiCacheBuilderCaffeineCacheBuilder.instance()Returns a newJdbiCacheBuilderwhich can be used to construct the internal caches.CaffeineCacheBuilder.maxSize(int maxSize) 
- 
Uses of JdbiCacheBuilder in org.jdbi.v3.cache.noopClasses in org.jdbi.v3.cache.noop that implement JdbiCacheBuilderMethods in org.jdbi.v3.cache.noop that return JdbiCacheBuilderModifier and TypeMethodDescriptionstatic JdbiCacheBuilderNoopCache.builder()Returns a newJdbiCacheBuilderwhich can be used to construct the internal caches.NoopCacheBuilder.maxSize(int maxSize) 
- 
Uses of JdbiCacheBuilder in org.jdbi.v3.core.cacheMethods in org.jdbi.v3.core.cache that return JdbiCacheBuilderModifier and TypeMethodDescriptionJdbiCacheBuilder.maxSize(int maxSize) Sets an upper boundary to the cache size.
- 
Uses of JdbiCacheBuilder in org.jdbi.v3.core.statementMethods in org.jdbi.v3.core.statement with parameters of type JdbiCacheBuilderModifier and TypeMethodDescriptionSqlStatements.setTemplateCache(JdbiCacheBuilder cacheBuilder) Sets the cache used to avoid repeatedly parsing SQL statements.Constructors in org.jdbi.v3.core.statement with parameters of type JdbiCacheBuilderModifierConstructorDescriptionColonPrefixSqlParser(JdbiCacheBuilder cacheBuilder) HashPrefixSqlParser(JdbiCacheBuilder cacheBuilder)