Interface Cache<K,V>

Type Parameters:
K - the type of keys maintained by this cache
V - the type of mapped values
All Known Implementing Classes:
CaffeineCache

public interface Cache<K,V>
A semi-persistent mapping from keys to values.
See Also: