Uses of Interface
org.redisson.api.RMapCacheNative
Packages that use RMapCacheNative
-
Uses of RMapCacheNative in org.redisson
Classes in org.redisson that implement RMapCacheNativeModifier and TypeClassDescriptionclassMap-based cache with ability to set TTL per entry.Methods in org.redisson that return RMapCacheNativeModifier and TypeMethodDescription<K,V> RMapCacheNative <K, V> Redisson.getMapCacheNative(String name) <K,V> RMapCacheNative <K, V> Redisson.getMapCacheNative(String name, Codec codec) <K,V> RMapCacheNative <K, V> Redisson.getMapCacheNative(MapOptions<K, V> options) Constructors in org.redisson with parameters of type RMapCacheNativeModifierConstructorDescriptionMapCacheNativeWrapper(RMapCacheNative<K, V> cache, Redisson redisson) -
Uses of RMapCacheNative in org.redisson.api
Methods in org.redisson.api that return RMapCacheNativeModifier and TypeMethodDescription<K,V> RMapCacheNative <K, V> RedissonClient.getMapCacheNative(String name) Returns map instance by name.<K,V> RMapCacheNative <K, V> RedissonClient.getMapCacheNative(String name, Codec codec) Returns map instance by name using provided codec for both map keys and values.<K,V> RMapCacheNative <K, V> RedissonClient.getMapCacheNative(MapOptions<K, V> options) Returns map instance.