Uses of Interface
org.redisson.api.RMapCacheReactive
Packages that use RMapCacheReactive
-
Uses of RMapCacheReactive in org.redisson
Methods in org.redisson that return RMapCacheReactiveModifier and TypeMethodDescription<K,V> RMapCacheReactive <K, V> RedissonReactive.getMapCache(String name) <K,V> RMapCacheReactive <K, V> RedissonReactive.getMapCache(String name, MapCacheOptions<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, MapCacheOptions<K, V> options) <K,V> RMapCacheReactive <K, V> RedissonReactive.getMapCache(MapCacheOptions<K, V> options) -
Uses of RMapCacheReactive in org.redisson.api
Subinterfaces of RMapCacheReactive in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceMap object with local entry cache support.Methods in org.redisson.api that return RMapCacheReactiveModifier and TypeMethodDescription<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 bynameusing providedcodecfor 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, MapCacheOptions<K, V> options) Deprecated.<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, MapCacheOptions<K, V> options) Deprecated.<K,V> RMapCacheReactive <K, V> RedissonReactiveClient.getMapCache(MapCacheOptions<K, V> options) Returns map-based cache instance with specifiedoptions.<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 bynameusing providedcodecfor both cache keys and values. -
Uses of RMapCacheReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RMapCacheReactiveModifier and TypeMethodDescription<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)