Uses of Interface
org.redisson.api.RSetCacheRx
-
Packages that use RSetCacheRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RSetCacheRx in org.redisson
Methods in org.redisson that return RSetCacheRx Modifier and Type Method Description <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 RSetCacheRx Modifier and Type Method Description <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 RSetCacheRx Modifier and Type Method Description <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)
-