Uses of Interface
org.redisson.api.RLocalCachedMapReactive
Packages that use RLocalCachedMapReactive
-
Uses of RLocalCachedMapReactive in org.redisson
Methods in org.redisson that return RLocalCachedMapReactiveModifier and TypeMethodDescription<K,V> RLocalCachedMapReactive <K, V> RedissonReactive.getLocalCachedMap(String name, LocalCachedMapOptions<K, V> options) <K,V> RLocalCachedMapReactive <K, V> RedissonReactive.getLocalCachedMap(String name, Codec codec, LocalCachedMapOptions<K, V> options) <K,V> RLocalCachedMapReactive <K, V> RedissonReactive.getLocalCachedMap(LocalCachedMapOptions<K, V> options) -
Uses of RLocalCachedMapReactive in org.redisson.api
Subinterfaces of RLocalCachedMapReactive in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceMap object with local entry cache support.Methods in org.redisson.api that return RLocalCachedMapReactiveModifier and TypeMethodDescription<K,V> RLocalCachedMapReactive <K, V> RedissonReactiveClient.getLocalCachedMap(String name, LocalCachedMapOptions<K, V> options) Deprecated.<K,V> RLocalCachedMapReactive <K, V> RedissonReactiveClient.getLocalCachedMap(String name, Codec codec, LocalCachedMapOptions<K, V> options) Deprecated.<K,V> RLocalCachedMapReactive <K, V> RedissonReactiveClient.getLocalCachedMap(LocalCachedMapOptions<K, V> options) Returns local cached map instance with specifiedoptions.