| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.cache |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.buffer.ByteBuf |
RedissonLocalCachedMap.createSyncMessage(io.netty.buffer.ByteBuf mapKey,
io.netty.buffer.ByteBuf mapValue,
CacheKey cacheKey) |
| Modifier and Type | Method and Description |
|---|---|
CacheKey |
LocalCacheView.toCacheKey(io.netty.buffer.ByteBuf encodedKey) |
CacheKey |
LocalCacheView.toCacheKey(Object key) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<CacheKey,CacheValue> |
LocalCacheListener.createCache(LocalCachedMapOptions<?,?> options) |
| Constructor and Description |
|---|
LocalCacheView(Map<CacheKey,CacheValue> cache,
RedissonObject object) |
Copyright © 2014–2020 Redisson. All rights reserved.