Uses of Interface
org.redisson.api.RMapCacheRx
Packages that use RMapCacheRx
-
Uses of RMapCacheRx in org.redisson
Methods in org.redisson that return RMapCacheRxModifier and TypeMethodDescription<K,V> RMapCacheRx <K, V> RedissonRx.getMapCache(String name) <K,V> RMapCacheRx <K, V> RedissonRx.getMapCache(String name, MapCacheOptions<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, MapCacheOptions<K, V> options) <K,V> RMapCacheRx <K, V> RedissonRx.getMapCache(MapCacheOptions<K, V> options) -
Uses of RMapCacheRx in org.redisson.api
Methods in org.redisson.api that return RMapCacheRxModifier and TypeMethodDescription<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 bynameusing providedcodecfor 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, MapCacheOptions<K, V> options) Deprecated.<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, MapCacheOptions<K, V> options) Deprecated.<K,V> RMapCacheRx <K, V> RedissonRxClient.getMapCache(MapCacheOptions<K, V> options) Returns map-based cache instance with specifiedoptions.<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 bynameusing providedcodecfor both cache keys and values. -
Uses of RMapCacheRx in org.redisson.rx
Methods in org.redisson.rx that return RMapCacheRxModifier and TypeMethodDescription<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)