| Package | Description |
|---|---|
| org.redisson |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonLocalCachedMap<K,V> |
class |
RedissonMapCache<K,V>
Map-based cache with ability to set TTL for each entry via
RedissonMapCache.put(Object, Object, long, TimeUnit) or RedissonMapCache.putIfAbsent(Object, Object, long, TimeUnit) methods. |
| Constructor and Description |
|---|
RedissonMapIterator(RedissonMap<K,V> map) |
Copyright © 2014–2017 The Redisson Project. All rights reserved.