Uses of Interface
org.redisson.api.RMapCacheReactive
-
Packages that use RMapCacheReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RMapCacheReactive in org.redisson
Methods in org.redisson that return RMapCacheReactive Modifier and Type Method Description <K,V>
RMapCacheReactive<K,V>RedissonReactive. getMapCache(String name)
<K,V>
RMapCacheReactive<K,V>RedissonReactive. getMapCache(String name, MapOptions<K,V> options)
<K,V>
RMapCacheReactive<K,V>RedissonReactive. getMapCache(String name, Codec codec)
<K,V>
RMapCacheReactive<K,V>RedissonReactive. getMapCache(String name, Codec codec, MapOptions<K,V> options)
-
Uses of RMapCacheReactive in org.redisson.api
Methods in org.redisson.api that return RMapCacheReactive Modifier and Type Method Description <K,V>
RMapCacheReactive<K,V>RBatchReactive. getMapCache(String name)
Returns map-based cache instance byname
.<K,V>
RMapCacheReactive<K,V>RBatchReactive. getMapCache(String name, Codec codec)
Returns map-based cache instance byname
using providedcodec
for both cache keys and values.<K,V>
RMapCacheReactive<K,V>RedissonReactiveClient. getMapCache(String name)
Returns map-based cache instance by name.<K,V>
RMapCacheReactive<K,V>RedissonReactiveClient. getMapCache(String name, MapOptions<K,V> options)
Returns map-based cache instance by name.<K,V>
RMapCacheReactive<K,V>RedissonReactiveClient. getMapCache(String name, Codec codec)
Returns map-based cache instance by name using provided codec for both cache keys and values.<K,V>
RMapCacheReactive<K,V>RedissonReactiveClient. 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>
RMapCacheReactive<K,V>RTransactionReactive. getMapCache(String name)
Returns transactional map-based cache instance by name.<K,V>
RMapCacheReactive<K,V>RTransactionReactive. getMapCache(String name, Codec codec)
Returns transactional map-based cache instance byname
using providedcodec
for both cache keys and values. -
Uses of RMapCacheReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RMapCacheReactive Modifier and Type Method Description <K,V>
RMapCacheReactive<K,V>RedissonBatchReactive. getMapCache(String name)
<K,V>
RMapCacheReactive<K,V>RedissonBatchReactive. getMapCache(String name, Codec codec)
<K,V>
RMapCacheReactive<K,V>RedissonTransactionReactive. getMapCache(String name)
<K,V>
RMapCacheReactive<K,V>RedissonTransactionReactive. getMapCache(String name, Codec codec)
-