Interface JdbiCache<K,V>

Type Parameters:
K - A key type for the cache.
V - A value type for the cache.
All Known Implementing Classes:
CaffeineCache, CaffeineLoadingCache, NoopCache

public interface JdbiCache<K,V>
A generic cache implementation for JDBI internal use.
All implementations of this interface must be threadsafe!