Package org.jdbi.v3.cache.guava
Class GuavaLoadingCache<K,V> 
java.lang.Object
org.jdbi.v3.cache.guava.GuavaLoadingCache<K,V> 
- Type Parameters:
 K- The key type.V- The value type.
- All Implemented Interfaces:
 JdbiCache<K,V> 
Cache implementation using the guava 
Cache object.- 
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.cache.CacheStatsgetStats()getWithLoader(K key, JdbiCacheLoader<K, V> loader)