Class NoopCache<K,V>

java.lang.Object
org.jdbi.v3.cache.noop.NoopCache<K,V>
Type Parameters:
K - The key type.
V - The value type.
All Implemented Interfaces:
JdbiCache<K,V>

public final class NoopCache<K,V> extends Object implements JdbiCache<K,V>
A no operation cache implementation.