Package org.redisson.cache
Class LocalCacheView<K,V>
java.lang.Object
org.redisson.cache.LocalCacheView<K,V>
- Type Parameters:
K- key typeV- value type
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCache(LocalCachedMapOptions<?, ?> options) <K1,V1> ConcurrentMap <K1, V1> getCache()toCacheKey(io.netty.buffer.ByteBuf encodedKey) toCacheKey(Object key) protected VtoValue(CacheValue cv)
-
Constructor Details
-
LocalCacheView
-
-
Method Details
-
cachedKeySet
-
cachedValues
-
cachedEntrySet
-
getCachedMap
-
toValue
-
toCacheKey
-
toCacheKey
-
getCache
-
createCache
-