Uses of Interface
org.redisson.api.RListMultimapCache
-
Packages that use RListMultimapCache Package Description org.redisson org.redisson.api -
-
Uses of RListMultimapCache in org.redisson
Classes in org.redisson that implement RListMultimapCache Modifier and Type Class Description class
RedissonListMultimapCache<K,V>
Methods in org.redisson that return RListMultimapCache Modifier and Type Method Description <K,V>
RListMultimapCache<K,V>Redisson. getListMultimapCache(String name)
<K,V>
RListMultimapCache<K,V>Redisson. getListMultimapCache(String name, Codec codec)
-
Uses of RListMultimapCache in org.redisson.api
Methods in org.redisson.api that return RListMultimapCache Modifier and Type Method Description <K,V>
RListMultimapCache<K,V>RedissonClient. getListMultimapCache(String name)
Returns List based Multimap instance by name.<K,V>
RListMultimapCache<K,V>RedissonClient. getListMultimapCache(String name, Codec codec)
Returns List based Multimap instance by name using provided codec for both map keys and values.
-