K
- key typeV
- value typepublic class LocalCacheView<K,V> extends Object
Constructor and Description |
---|
LocalCacheView(Cache<CacheKey,RedissonLocalCachedMap.CacheValue> cache,
RedissonObject object) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<K,V>> |
cachedEntrySet() |
Set<K> |
cachedKeySet() |
Collection<V> |
cachedValues() |
Map<K,V> |
getCachedMap() |
CacheKey |
toCacheKey(Object key) |
public LocalCacheView(Cache<CacheKey,RedissonLocalCachedMap.CacheValue> cache, RedissonObject object)
Copyright © 2014–2019 The Redisson Project. All rights reserved.