Package org.redisson.cache
Interface CachedValue<K,V>
-
- All Superinterfaces:
ExpirableValue
- All Known Implementing Classes:
LFUCacheMap.LFUCachedValue
,ReferenceCachedValue
,StdCachedValue
public interface CachedValue<K,V> extends ExpirableValue
Created by jribble on 2/20/17.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K
getKey()
V
getValue()
-
Methods inherited from interface org.redisson.cache.ExpirableValue
isExpired
-
-