Uses of Interface
org.redisson.api.RMultimapCacheAsync
-
Packages that use RMultimapCacheAsync Package Description org.redisson org.redisson.api -
-
Uses of RMultimapCacheAsync in org.redisson
Classes in org.redisson that implement RMultimapCacheAsync Modifier and Type Class Description class
RedissonListMultimapCache<K,V>
class
RedissonSetMultimapCache<K,V>
Methods in org.redisson that return RMultimapCacheAsync Modifier and Type Method Description <K,V>
RMultimapCacheAsync<K,V>RedissonBatch. getListMultimapCache(String name)
<K,V>
RMultimapCacheAsync<K,V>RedissonBatch. getListMultimapCache(String name, Codec codec)
<K,V>
RMultimapCacheAsync<K,V>RedissonBatch. getSetMultimapCache(String name)
<K,V>
RMultimapCacheAsync<K,V>RedissonBatch. getSetMultimapCache(String name, Codec codec)
-
Uses of RMultimapCacheAsync in org.redisson.api
Subinterfaces of RMultimapCacheAsync in org.redisson.api Modifier and Type Interface Description interface
RListMultimapCache<K,V>
List based Multimap.interface
RMultimapCache<K,V>
Base Multimap interface.interface
RSetMultimapCache<K,V>
Methods in org.redisson.api that return RMultimapCacheAsync Modifier and Type Method Description <K,V>
RMultimapCacheAsync<K,V>RBatch. getSetMultimapCache(String name)
Returns Set based Multimap instance by name.<K,V>
RMultimapCacheAsync<K,V>RBatch. getSetMultimapCache(String name, Codec codec)
Returns Set based Multimap instance by name using provided codec for both map keys and values.
-