Package org.redisson.cache
Interface Cache<K,V>
-
- Type Parameters:
K
- keyV
- valu
- All Superinterfaces:
ConcurrentMap<K,V>
,Map<K,V>
- All Known Implementing Classes:
AbstractCacheMap
,LFUCacheMap
,LRUCacheMap
,NoneCacheMap
,ReferenceCacheMap
public interface Cache<K,V> extends ConcurrentMap<K,V>
- Author:
- Nikita Koksharov
-
-
Method Summary
-
Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-