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
-
Method Summary
Modifier and TypeMethodDescriptioncreateCache
(LocalCachedMapOptions<?, ?> options) getCache()
toCacheKey
(io.netty.buffer.ByteBuf encodedKey) toCacheKey
(Object key)
-
Constructor Details
-
LocalCacheView
-
-
Method Details
-
cachedKeySet
-
cachedValues
-
cachedEntrySet
-
getCachedMap
-
toCacheKey
-
toCacheKey
-
getCache
-
createCache
-