Uses of Interface
org.redisson.api.RMapCacheRx
-
Packages that use RMapCacheRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RMapCacheRx in org.redisson
Methods in org.redisson that return RMapCacheRx Modifier and Type Method Description <K,V>
RMapCacheRx<K,V>RedissonRx. getMapCache(String name)
<K,V>
RMapCacheRx<K,V>RedissonRx. getMapCache(String name, MapOptions<K,V> options)
<K,V>
RMapCacheRx<K,V>RedissonRx. getMapCache(String name, Codec codec)
<K,V>
RMapCacheRx<K,V>RedissonRx. getMapCache(String name, Codec codec, MapOptions<K,V> options)
-
Uses of RMapCacheRx in org.redisson.api
Methods in org.redisson.api that return RMapCacheRx Modifier and Type Method Description <K,V>
RMapCacheRx<K,V>RBatchRx. getMapCache(String name)
Returns map-based cache instance byname
.<K,V>
RMapCacheRx<K,V>RBatchRx. getMapCache(String name, Codec codec)
Returns map-based cache instance byname
using providedcodec
for both cache keys and values.<K,V>
RMapCacheRx<K,V>RedissonRxClient. getMapCache(String name)
Returns map-based cache instance by name.<K,V>
RMapCacheRx<K,V>RedissonRxClient. getMapCache(String name, MapOptions<K,V> options)
Returns map-based cache instance by name.<K,V>
RMapCacheRx<K,V>RedissonRxClient. getMapCache(String name, Codec codec)
Returns map-based cache instance by name using provided codec for both cache keys and values.<K,V>
RMapCacheRx<K,V>RedissonRxClient. getMapCache(String name, Codec codec, MapOptions<K,V> options)
Returns map-based cache instance byname
using providedcodec
for both cache keys and values.<K,V>
RMapCacheRx<K,V>RTransactionRx. getMapCache(String name)
Returns transactional map-based cache instance by name.<K,V>
RMapCacheRx<K,V>RTransactionRx. getMapCache(String name, Codec codec)
Returns transactional map-based cache instance byname
using providedcodec
for both cache keys and values. -
Uses of RMapCacheRx in org.redisson.rx
Methods in org.redisson.rx that return RMapCacheRx Modifier and Type Method Description <K,V>
RMapCacheRx<K,V>RedissonBatchRx. getMapCache(String name)
<K,V>
RMapCacheRx<K,V>RedissonBatchRx. getMapCache(String name, Codec codec)
<K,V>
RMapCacheRx<K,V>RedissonTransactionRx. getMapCache(String name)
<K,V>
RMapCacheRx<K,V>RedissonTransactionRx. getMapCache(String name, Codec codec)
-