Uses of Interface
org.redisson.api.RListMultimapCacheRx
Packages that use RListMultimapCacheRx
-
Uses of RListMultimapCacheRx in org.redisson
Methods in org.redisson that return RListMultimapCacheRxModifier and TypeMethodDescription<K,V> RListMultimapCacheRx<K, V> RedissonRx.getListMultimapCache(String name) <K,V> RListMultimapCacheRx<K, V> RedissonRx.getListMultimapCache(String name, Codec codec) -
Uses of RListMultimapCacheRx in org.redisson.api
Methods in org.redisson.api that return RListMultimapCacheRxModifier and TypeMethodDescription<K,V> RListMultimapCacheRx<K, V> RBatchRx.getListMultimapCache(String name) Returns List based Multimap cache instance by name.<K,V> RListMultimapCacheRx<K, V> RBatchRx.getListMultimapCache(String name, Codec codec) Returns List based Multimap cache instance by name using provided codec for both map keys and values.<K,V> RListMultimapCacheRx<K, V> RedissonRxClient.getListMultimapCache(String name) Returns List based Multimap cache instance by name.<K,V> RListMultimapCacheRx<K, V> RedissonRxClient.getListMultimapCache(String name, Codec codec) Returns List based Multimap cache instance by name using provided codec for both map keys and values. -
Uses of RListMultimapCacheRx in org.redisson.rx
Methods in org.redisson.rx that return RListMultimapCacheRxModifier and TypeMethodDescription<K,V> RListMultimapCacheRx<K, V> RedissonBatchRx.getListMultimapCache(String name) <K,V> RListMultimapCacheRx<K, V> RedissonBatchRx.getListMultimapCache(String name, Codec codec)