Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.reactive |
Modifier and Type | Method and Description |
---|---|
<V> RSetCacheReactive<V> |
RedissonReactive.getSetCache(String name) |
<V> RSetCacheReactive<V> |
RedissonReactive.getSetCache(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
<V> RSetCacheReactive<V> |
RTransactionReactive.getSetCache(String name)
Returns transactional set-based cache instance by
name . |
<V> RSetCacheReactive<V> |
RedissonReactiveClient.getSetCache(String name)
Returns set-based cache instance by
name . |
<V> RSetCacheReactive<V> |
RBatchReactive.getSetCache(String name)
Returns set-based cache instance by
name . |
<V> RSetCacheReactive<V> |
RTransactionReactive.getSetCache(String name,
Codec codec)
Returns transactional set-based cache instance by
name . |
<V> RSetCacheReactive<V> |
RedissonReactiveClient.getSetCache(String name,
Codec codec)
Returns set-based cache instance by
name . |
<V> RSetCacheReactive<V> |
RBatchReactive.getSetCache(String name,
Codec codec)
Returns set-based cache instance by
name
using provided codec for values. |
Modifier and Type | Method and Description |
---|---|
<V> RSetCacheReactive<V> |
RedissonTransactionReactive.getSetCache(String name) |
<V> RSetCacheReactive<V> |
RedissonBatchReactive.getSetCache(String name) |
<V> RSetCacheReactive<V> |
RedissonTransactionReactive.getSetCache(String name,
Codec codec) |
<V> RSetCacheReactive<V> |
RedissonBatchReactive.getSetCache(String name,
Codec codec) |
Copyright © 2014–2020 Redisson. All rights reserved.