Package org.redisson.cache
Class NoneCacheMap<K,V>
- java.lang.Object
-
- org.redisson.cache.AbstractCacheMap<K,V>
-
- org.redisson.cache.NoneCacheMap<K,V>
-
- Type Parameters:
K
- keyV
- 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 Summary
Constructors Constructor Description NoneCacheMap(long timeToLiveInMillis, long maxIdleInMillis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
onMapFull()
-
Methods inherited from class org.redisson.cache.AbstractCacheMap
clear, containsKey, containsValue, create, entrySet, get, isEmpty, isFull, keySet, onValueCreate, onValueRead, onValueRemove, put, putAll, putIfAbsent, readValue, remove, remove, removeExpiredEntries, replace, replace, size, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAll
-
-
-
-
Method Detail
-
onMapFull
protected void onMapFull()
- Specified by:
onMapFull
in classAbstractCacheMap<K,V>
-
-