Uses of Class
org.redisson.cache.CacheKey
-
Packages that use CacheKey Package Description org.redisson org.redisson.cache -
-
Uses of CacheKey in org.redisson
Methods in org.redisson with parameters of type CacheKey Modifier and Type Method Description protected io.netty.buffer.ByteBuf
RedissonLocalCachedMap. createSyncMessage(io.netty.buffer.ByteBuf mapKey, io.netty.buffer.ByteBuf mapValue, CacheKey cacheKey)
-
Uses of CacheKey in org.redisson.cache
Methods in org.redisson.cache that return CacheKey Modifier and Type Method Description CacheKey
LocalCacheView. toCacheKey(io.netty.buffer.ByteBuf encodedKey)
CacheKey
LocalCacheView. toCacheKey(Object key)
Methods in org.redisson.cache that return types with arguments of type CacheKey Modifier and Type Method Description ConcurrentMap<CacheKey,CacheValue>
LocalCacheListener. createCache(LocalCachedMapOptions<?,?> options)
Constructor parameters in org.redisson.cache with type arguments of type CacheKey Constructor Description LocalCacheView(Map<CacheKey,CacheValue> cache, RedissonObject object)
-