Uses of Interface
org.redisson.api.RSetCacheRx
Packages that use RSetCacheRx
-
Uses of RSetCacheRx in org.redisson
Methods in org.redisson that return RSetCacheRxModifier and TypeMethodDescription<V> RSetCacheRx<V> RedissonRx.getSetCache(String name) <V> RSetCacheRx<V> RedissonRx.getSetCache(String name, Codec codec) -
Uses of RSetCacheRx in org.redisson.api
Methods in org.redisson.api that return RSetCacheRxModifier and TypeMethodDescription<V> RSetCacheRx<V> RBatchRx.getSetCache(String name) Returns set-based cache instance byname.<V> RSetCacheRx<V> RBatchRx.getSetCache(String name, Codec codec) Returns set-based cache instance bynameusing providedcodecfor values.<V> RSetCacheRx<V> RedissonRxClient.getSetCache(String name) Returns set-based cache instance byname.<V> RSetCacheRx<V> RedissonRxClient.getSetCache(String name, Codec codec) Returns set-based cache instance byname.<V> RSetCacheRx<V> RTransactionRx.getSetCache(String name) Returns transactional set-based cache instance byname.<V> RSetCacheRx<V> RTransactionRx.getSetCache(String name, Codec codec) Returns transactional set-based cache instance byname. -
Uses of RSetCacheRx in org.redisson.rx
Methods in org.redisson.rx that return RSetCacheRxModifier and TypeMethodDescription<V> RSetCacheRx<V> RedissonBatchRx.getSetCache(String name) <V> RSetCacheRx<V> RedissonBatchRx.getSetCache(String name, Codec codec) <V> RSetCacheRx<V> RedissonTransactionRx.getSetCache(String name) <V> RSetCacheRx<V> RedissonTransactionRx.getSetCache(String name, Codec codec)