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, keySet, onValueCreate, onValueRead, onValueRemove, put, put, putAll, readValue, remove, removeExpiredEntries, size, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
protected void onMapFull()
onMapFull
in class AbstractCacheMap<K,V>
Copyright © 2014–2017 The Redisson Project. All rights reserved.