Uses of Interface
org.redisson.api.RListMultimapCacheRx
-
Packages that use RListMultimapCacheRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RListMultimapCacheRx in org.redisson
Methods in org.redisson that return RListMultimapCacheRx Modifier and Type Method Description <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 RListMultimapCacheRx Modifier and Type Method Description <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 RListMultimapCacheRx Modifier and Type Method Description <K,V>
RListMultimapCacheRx<K,V>RedissonBatchRx. getListMultimapCache(String name)
<K,V>
RListMultimapCacheRx<K,V>RedissonBatchRx. getListMultimapCache(String name, Codec codec)
-