Package org.redisson.cache
Class LFUCacheMap.LFUCachedValue
- All Implemented Interfaces:
CachedValue<Object,
,Object> ExpirableValue
- Enclosing class:
- LFUCacheMap<K,
V>
-
Constructor Summary
ConstructorDescriptionLFUCachedValue
(long id, Object key, Object value, long ttl, long maxIdleTime) -
Method Summary
Methods inherited from class org.redisson.cache.StdCachedValue
getKey, getValue, isExpired, toString
-
Constructor Details
-
LFUCachedValue
-
-
Method Details
-
addAccessCount
public void addAccessCount(long value)
-