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.caffeine
Classes in org.jdbi.v3.cache.caffeine that implement JdbiCacheBuilderModifier and TypeClassDescriptionfinal class
Cache builder using the caffeine caching library.Methods in org.jdbi.v3.cache.caffeine that return JdbiCacheBuilderModifier and TypeMethodDescriptionstatic JdbiCacheBuilder
CaffeineCacheBuilder.instance()
Returns a newJdbiCacheBuilder
which can be used to construct the internal caches.CaffeineCacheBuilder.maxSize
(int maxSize) -
Uses of JdbiCacheBuilder in org.jdbi.v3.cache.noop
Classes in org.jdbi.v3.cache.noop that implement JdbiCacheBuilderMethods in org.jdbi.v3.cache.noop that return JdbiCacheBuilderModifier and TypeMethodDescriptionstatic JdbiCacheBuilder
NoopCache.builder()
Returns a newJdbiCacheBuilder
which can be used to construct the internal caches.NoopCacheBuilder.maxSize
(int maxSize) -
Uses of JdbiCacheBuilder in org.jdbi.v3.core.cache
Methods 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.statement
Methods 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)