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>
- Author:
- Nikita Koksharov
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
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, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAll
-
Constructor Details
-
NoneCacheMap
public NoneCacheMap(long timeToLiveInMillis, long maxIdleInMillis)
-
-
Method Details
-
onMapFull
protected void onMapFull()- Specified by:
onMapFullin classAbstractCacheMap<K,V>
-