Uses of Interface
org.redisson.api.RSetMultimapCacheRx
-
Packages that use RSetMultimapCacheRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RSetMultimapCacheRx in org.redisson
Methods in org.redisson that return RSetMultimapCacheRx Modifier and Type Method Description <K,V>
RSetMultimapCacheRx<K,V>RedissonRx. getSetMultimapCache(String name)
<K,V>
RSetMultimapCacheRx<K,V>RedissonRx. getSetMultimapCache(String name, Codec codec)
-
Uses of RSetMultimapCacheRx in org.redisson.api
Methods in org.redisson.api that return RSetMultimapCacheRx Modifier and Type Method Description <K,V>
RSetMultimapCacheRx<K,V>RBatchRx. getSetMultimapCache(String name)
Returns Set based Multimap cache instance by name.<K,V>
RSetMultimapCacheRx<K,V>RBatchRx. getSetMultimapCache(String name, Codec codec)
Returns Set based Multimap cache instance by name using provided codec for both map keys and values.<K,V>
RSetMultimapCacheRx<K,V>RedissonRxClient. getSetMultimapCache(String name)
Returns Set based Multimap cache instance by name.<K,V>
RSetMultimapCacheRx<K,V>RedissonRxClient. getSetMultimapCache(String name, Codec codec)
Returns Set based Multimap cache instance by name using provided codec for both map keys and values. -
Uses of RSetMultimapCacheRx in org.redisson.rx
Methods in org.redisson.rx that return RSetMultimapCacheRx Modifier and Type Method Description <K,V>
RSetMultimapCacheRx<K,V>RedissonBatchRx. getSetMultimapCache(String name)
<K,V>
RSetMultimapCacheRx<K,V>RedissonBatchRx. getSetMultimapCache(String name, Codec codec)
-