K - keyV - valuepublic class NoneCacheMap<K,V> extends AbstractCacheMap<K,V>
| Constructor and Description |
|---|
NoneCacheMap(long timeToLiveInMillis,
long maxIdleInMillis) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onMapFull() |
clear, containsKey, containsValue, create, entrySet, get, isEmpty, isFull, keySet, onValueCreate, onValueRead, onValueRemove, put, putAll, putIfAbsent, readValue, remove, remove, removeExpiredEntries, replace, replace, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAllprotected void onMapFull()
onMapFull in class AbstractCacheMap<K,V>Copyright © 2014–2020 Redisson. All rights reserved.