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
- Author:
- Nikita Koksharov
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll