Uses of Interface
org.redisson.api.RSetMultimapCacheReactive
Packages that use RSetMultimapCacheReactive
-
Uses of RSetMultimapCacheReactive in org.redisson
Methods in org.redisson that return RSetMultimapCacheReactiveModifier and TypeMethodDescription<K,V> RSetMultimapCacheReactive <K, V> RedissonReactive.getSetMultimapCache(String name) <K,V> RSetMultimapCacheReactive <K, V> RedissonReactive.getSetMultimapCache(String name, Codec codec) <K,V> RSetMultimapCacheReactive <K, V> RedissonReactive.getSetMultimapCache(PlainOptions options) -
Uses of RSetMultimapCacheReactive in org.redisson.api
Methods in org.redisson.api that return RSetMultimapCacheReactiveModifier and TypeMethodDescription<K,V> RSetMultimapCacheReactive <K, V> RBatchReactive.getSetMultimapCache(String name) Returns Set based Multimap cache instance by name.<K,V> RSetMultimapCacheReactive <K, V> RBatchReactive.getSetMultimapCache(String name, Codec codec) Returns Set based Multimap cache instance by name using provided codec for both map keys and values.<K,V> RSetMultimapCacheReactive <K, V> RedissonReactiveClient.getSetMultimapCache(String name) Returns Set based Multimap cache instance by name.<K,V> RSetMultimapCacheReactive <K, V> RedissonReactiveClient.getSetMultimapCache(String name, Codec codec) Returns Set based Multimap cache instance by name using provided codec for both map keys and values.<K,V> RSetMultimapCacheReactive <K, V> RedissonReactiveClient.getSetMultimapCache(PlainOptions options) Returns Set based Multimap instance with specifiedoptions.<K,V> RSetMultimapCacheReactive <K, V> RBatchReactive.getSetMultimapCacheNative(String name) Returns Set based Multimap instance by name.<K,V> RSetMultimapCacheReactive <K, V> RBatchReactive.getSetMultimapCacheNative(String name, Codec codec) Returns Set based Multimap instance by name using provided codec for both map keys and values. -
Uses of RSetMultimapCacheReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RSetMultimapCacheReactiveModifier and TypeMethodDescription<K,V> RSetMultimapCacheReactive <K, V> RedissonBatchReactive.getSetMultimapCache(String name) <K,V> RSetMultimapCacheReactive <K, V> RedissonBatchReactive.getSetMultimapCache(String name, Codec codec) <K,V> RSetMultimapCacheReactive <K, V> RedissonBatchReactive.getSetMultimapCacheNative(String name) <K,V> RSetMultimapCacheReactive <K, V> RedissonBatchReactive.getSetMultimapCacheNative(String name, Codec codec)