Package org.redisson.cache
Class LocalCacheView<K,V>
- java.lang.Object
-
- org.redisson.cache.LocalCacheView<K,V>
-
- Type Parameters:
K
- key typeV
- value type
public class LocalCacheView<K,V> extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description LocalCacheView(Map<CacheKey,CacheValue> cache, RedissonObject object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<K,V>>
cachedEntrySet()
Set<K>
cachedKeySet()
Collection<V>
cachedValues()
Map<K,V>
getCachedMap()
CacheKey
toCacheKey(io.netty.buffer.ByteBuf encodedKey)
CacheKey
toCacheKey(Object key)
-
-
-
Constructor Detail
-
LocalCacheView
public LocalCacheView(Map<CacheKey,CacheValue> cache, RedissonObject object)
-
-
Method Detail
-
cachedValues
public Collection<V> cachedValues()
-
toCacheKey
public CacheKey toCacheKey(io.netty.buffer.ByteBuf encodedKey)
-
-