Index

B C G I M O 
All Classes and Interfaces|All Packages

B

build() - Method in class org.jdbi.v3.cache.guava.GuavaCacheBuilder
 
buildWithLoader(JdbiCacheLoader<K, V>) - Method in class org.jdbi.v3.cache.guava.GuavaCacheBuilder
 

C

customizeJdbi(Jdbi) - Method in class org.jdbi.v3.cache.guava.GuavaCachePlugin
 

G

get(K) - Method in class org.jdbi.v3.cache.guava.GuavaCache
 
get(K) - Method in class org.jdbi.v3.cache.guava.GuavaLoadingCache
 
getStats() - Method in class org.jdbi.v3.cache.guava.GuavaCache
 
getStats() - Method in class org.jdbi.v3.cache.guava.GuavaLoadingCache
 
getWithLoader(K, JdbiCacheLoader<K, V>) - Method in class org.jdbi.v3.cache.guava.GuavaCache
 
getWithLoader(K, JdbiCacheLoader<K, V>) - Method in class org.jdbi.v3.cache.guava.GuavaLoadingCache
 
GuavaCache<K,V> - Class in org.jdbi.v3.cache.guava
Cache implementation using the guava Cache object.
GuavaCacheBuilder - Class in org.jdbi.v3.cache.guava
Cache builder using the guava Cache object.
GuavaCacheBuilder(CacheBuilder<Object, Object>) - Constructor for class org.jdbi.v3.cache.guava.GuavaCacheBuilder
Wraps an existing CacheBuilder for use with Jdbi.
GuavaCachePlugin - Class in org.jdbi.v3.cache.guava
Installing this plugin uses the Guava Cache cache for SQL statements and the colon prefix parser.
GuavaCachePlugin() - Constructor for class org.jdbi.v3.cache.guava.GuavaCachePlugin
 
GuavaLoadingCache<K,V> - Class in org.jdbi.v3.cache.guava
Cache implementation using the guava Cache object.

I

instance() - Static method in class org.jdbi.v3.cache.guava.GuavaCacheBuilder
Returns a new JdbiCacheBuilder which can be used to construct the internal caches.

M

maxSize(int) - Method in class org.jdbi.v3.cache.guava.GuavaCacheBuilder
 

O

org.jdbi.v3.cache.guava - package org.jdbi.v3.cache.guava
Cache implementation using the Guava Cache class.
B C G I M O 
All Classes and Interfaces|All Packages