Class NoneCacheMap<K,V>

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

public class NoneCacheMap<K,V> extends AbstractCacheMap<K,V>
Author:
Nikita Koksharov
  • Constructor Details

    • NoneCacheMap

      public NoneCacheMap(long timeToLiveInMillis, long maxIdleInMillis)
  • Method Details