Uses of Interface
org.redisson.api.RSetCacheReactive
-
Packages that use RSetCacheReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RSetCacheReactive in org.redisson
Methods in org.redisson that return RSetCacheReactive Modifier and Type Method Description <V> RSetCacheReactive<V>
RedissonReactive. getSetCache(String name)
<V> RSetCacheReactive<V>
RedissonReactive. getSetCache(String name, Codec codec)
-
Uses of RSetCacheReactive in org.redisson.api
Methods in org.redisson.api that return RSetCacheReactive Modifier and Type Method Description <V> RSetCacheReactive<V>
RBatchReactive. getSetCache(String name)
Returns set-based cache instance byname
.<V> RSetCacheReactive<V>
RBatchReactive. getSetCache(String name, Codec codec)
Returns set-based cache instance byname
using providedcodec
for values.<V> RSetCacheReactive<V>
RedissonReactiveClient. getSetCache(String name)
Returns set-based cache instance byname
.<V> RSetCacheReactive<V>
RedissonReactiveClient. getSetCache(String name, Codec codec)
Returns set-based cache instance byname
.<V> RSetCacheReactive<V>
RTransactionReactive. getSetCache(String name)
Returns transactional set-based cache instance byname
.<V> RSetCacheReactive<V>
RTransactionReactive. getSetCache(String name, Codec codec)
Returns transactional set-based cache instance byname
. -
Uses of RSetCacheReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RSetCacheReactive Modifier and Type Method Description <V> RSetCacheReactive<V>
RedissonBatchReactive. getSetCache(String name)
<V> RSetCacheReactive<V>
RedissonBatchReactive. getSetCache(String name, Codec codec)
<V> RSetCacheReactive<V>
RedissonTransactionReactive. getSetCache(String name)
<V> RSetCacheReactive<V>
RedissonTransactionReactive. getSetCache(String name, Codec codec)
-