| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive | |
| org.redisson.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonSetCache<V>
Set-based cache with ability to set TTL for each entry via
RSetCache.add(Object, long, TimeUnit) method. |
| Modifier and Type | Method and Description |
|---|---|
<V> RSetCacheAsync<V> |
RedissonBatch.getSetCache(String name) |
<V> RSetCacheAsync<V> |
RedissonBatch.getSetCache(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RSetCache<V>
Set-based cache with ability to set TTL for each object.
|
| Modifier and Type | Method and Description |
|---|---|
<V> RSetCacheAsync<V> |
RBatch.getSetCache(String name)
Returns set-based cache instance by
name. |
<V> RSetCacheAsync<V> |
RBatch.getSetCache(String name,
Codec codec)
Returns set-based cache instance by
name
using provided codec for values. |
| Constructor and Description |
|---|
RedissonSetCacheReactive(Codec codec,
CommandReactiveExecutor commandExecutor,
String name,
RSetCacheAsync<V> instance) |
RedissonSetCacheReactive(CommandReactiveExecutor commandExecutor,
String name,
RSetCacheAsync<V> instance) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonTransactionalSetCache<V> |
Copyright © 2014–2018 The Redisson Project. All rights reserved.