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>

public final class GuavaLoadingCache<K,V> extends Object implements JdbiCache<K,V>
Cache implementation using the guava Cache object.