Interface Cache<K,V>

Type Parameters:
K - key
V - valu
All Superinterfaces:
ConcurrentMap<K,V>, Map<K,V>
All Known Implementing Classes:
AbstractCacheMap, LFUCacheMap, LRUCacheMap, NoneCacheMap, ReferenceCacheMap

public interface Cache<K,V> extends ConcurrentMap<K,V>
Author:
Nikita Koksharov