Class NoOpCacheMap<K,V>

java.lang.Object
org.redisson.cache.NoOpCacheMap<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
ConcurrentMap<K,V>, Map<K,V>

public class NoOpCacheMap<K,V> extends Object implements ConcurrentMap<K,V>
Author:
Nikita Koksharov