Class ReferenceCacheMap<K,V>

  • Type Parameters:
    K - key
    V - value
    All Implemented Interfaces:
    ConcurrentMap<K,V>, Map<K,V>, Cache<K,V>

    public class ReferenceCacheMap<K,V>
    extends AbstractCacheMap<K,V>
    Author:
    Nikita Koksharov