public static class LFUCacheMap.LFUCachedValue extends StdCachedValue<Object,Object>
| Constructor and Description |
|---|
LFUCachedValue(long id,
Object key,
Object value,
long ttl,
long maxIdleTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAccessCount(long value) |
getKey, getValue, isExpired, toStringCopyright © 2014–2020 Redisson. All rights reserved.