Class ReferenceCacheMap<K,V>

java.lang.Object
org.redisson.cache.AbstractCacheMap<K,V>
org.redisson.cache.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