Uses of Interface
org.redisson.api.RLocalCachedMapCacheReactive
Packages that use RLocalCachedMapCacheReactive
-
Uses of RLocalCachedMapCacheReactive in org.redisson
Methods in org.redisson that return RLocalCachedMapCacheReactiveModifier and TypeMethodDescription<K,V> RLocalCachedMapCacheReactive <K, V> RedissonReactive.getLocalCachedMapCache(String name, LocalCachedMapCacheOptions<K, V> options) <K,V> RLocalCachedMapCacheReactive <K, V> RedissonReactive.getLocalCachedMapCache(String name, Codec codec, LocalCachedMapCacheOptions<K, V> options) -
Uses of RLocalCachedMapCacheReactive in org.redisson.api
Methods in org.redisson.api that return RLocalCachedMapCacheReactiveModifier and TypeMethodDescription<K,V> RLocalCachedMapCacheReactive <K, V> RedissonReactiveClient.getLocalCachedMapCache(String name, LocalCachedMapCacheOptions<K, V> options) Returns local cached map cache instance by name.<K,V> RLocalCachedMapCacheReactive <K, V> RedissonReactiveClient.getLocalCachedMapCache(String name, Codec codec, LocalCachedMapCacheOptions<K, V> options) Returns local cached map cache instance by name using provided codec.