Uses of Interface
org.redisson.api.options.MapCacheOptions
Packages that use MapCacheOptions
-
Uses of MapCacheOptions in org.redisson
Methods in org.redisson with parameters of type MapCacheOptionsModifier and TypeMethodDescription<K,V> RMapCache <K, V> Redisson.getMapCache(MapCacheOptions<K, V> options) <K,V> RMapCacheReactive <K, V> RedissonReactive.getMapCache(MapCacheOptions<K, V> options) <K,V> RMapCacheRx <K, V> RedissonRx.getMapCache(MapCacheOptions<K, V> options) -
Uses of MapCacheOptions in org.redisson.api
Methods in org.redisson.api with parameters of type MapCacheOptionsModifier and TypeMethodDescription<K,V> RMapCache <K, V> RedissonClient.getMapCache(MapCacheOptions<K, V> options) Returns map-based cache instance with specifiedoptions.<K,V> RMapCacheReactive <K, V> RedissonReactiveClient.getMapCache(MapCacheOptions<K, V> options) Returns map-based cache instance with specifiedoptions.<K,V> RMapCacheRx <K, V> RedissonRxClient.getMapCache(MapCacheOptions<K, V> options) Returns map-based cache instance with specifiedoptions. -
Uses of MapCacheOptions in org.redisson.api.options
Classes in org.redisson.api.options that implement MapCacheOptionsMethods in org.redisson.api.options that return MapCacheOptionsModifier and TypeMethodDescriptionstatic <K,V> MapCacheOptions <K, V> Creates options with the name of object instanceMapCacheOptions.removeEmptyEvictionTask()Removes eviction task from memory if map is empty upon entries eviction process completion.MapCacheParams.removeEmptyEvictionTask()