Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.transaction |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
<K,V> RMapCacheAsync<K,V> |
RedissonBatch.getMapCache(String name) |
<K,V> RMapCacheAsync<K,V> |
RedissonBatch.getMapCache(String name,
Codec codec) |
Modifier and Type | Interface and Description |
---|---|
interface |
RMapCache<K,V>
Map-based cache with ability to set TTL for each entry via
RMapCache.put(Object, Object, long, TimeUnit) or RMapCache.putIfAbsent(Object, Object, long, TimeUnit)
And therefore has an complex lua-scripts inside. |
Modifier and Type | Method and Description |
---|---|
<K,V> RMapCacheAsync<K,V> |
RBatch.getMapCache(String name)
Returns map-based cache instance by
name . |
<K,V> RMapCacheAsync<K,V> |
RBatch.getMapCache(String name,
Codec codec)
Returns map-based cache instance by
name
using provided codec for both cache keys and values. |
Modifier and Type | Class and Description |
---|---|
class |
RedissonTransactionalMapCache<K,V> |
Copyright © 2014–2020 Redisson. All rights reserved.