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 classRedissonListMultimapCache<K,V>classRedissonSetMultimapCache<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 interfaceRListMultimapCache<K,V>List based Multimap.interfaceRMultimapCache<K,V>Base Multimap interface.interfaceRSetMultimapCache<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.
-