Uses of Interface
org.redisson.api.RSetCacheReactive
Packages that use RSetCacheReactive
-
Uses of RSetCacheReactive in org.redisson
Methods in org.redisson that return RSetCacheReactiveModifier and TypeMethodDescription<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 RSetCacheReactiveModifier and TypeMethodDescription<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 bynameusing providedcodecfor 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 RSetCacheReactiveModifier and TypeMethodDescription<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)