Index
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
Cacheobject. - GuavaCacheBuilder - Class in org.jdbi.v3.cache.guava
 - 
Cache builder using the guava
Cacheobject. - GuavaCacheBuilder(CacheBuilder<Object, Object>) - Constructor for class org.jdbi.v3.cache.guava.GuavaCacheBuilder
 - 
Wraps an existing
CacheBuilderfor use with Jdbi. - GuavaCachePlugin - Class in org.jdbi.v3.cache.guava
 - 
Installing this plugin uses the Guava
Cachecache 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
Cacheobject. 
I
- instance() - Static method in class org.jdbi.v3.cache.guava.GuavaCacheBuilder
 - 
Returns a new
JdbiCacheBuilderwhich 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
Cacheclass. 
All Classes and Interfaces|All Packages