Uses of Class
org.redisson.api.options.LocalCachedMapParams
Packages that use LocalCachedMapParams
-
Uses of LocalCachedMapParams in org.redisson.api.options
Methods in org.redisson.api.options that return LocalCachedMapParamsModifier and TypeMethodDescriptionLocalCachedMapParams.cacheProvider(LocalCachedMapOptions.CacheProvider cacheProvider) Defines Cache provider used as local cache store.LocalCachedMapParams.cacheSize(int cacheSize) Defines local cache size.LocalCachedMapParams.evictionPolicy(LocalCachedMapOptions.EvictionPolicy evictionPolicy) Defines local cache eviction policy.Defines max idle time in milliseconds of each map entry in local cache.LocalCachedMapParams.reconnectionStrategy(LocalCachedMapOptions.ReconnectionStrategy reconnectionStrategy) Defines strategy for load missed local cache updates after Redis connection failure.LocalCachedMapParams.storeCacheMiss(boolean storeCacheMiss) Defines whether to store a cache miss into the local cache.LocalCachedMapParams.storeMode(LocalCachedMapOptions.StoreMode storeMode) Defines store mode of cache data.LocalCachedMapParams.syncStrategy(LocalCachedMapOptions.SyncStrategy syncStrategy) Defines local cache synchronization strategy.LocalCachedMapParams.timeToLive(Duration ttl) Defines time to live in milliseconds of each map entry in local cache.LocalCachedMapParams.useKeyEventsPattern(boolean useKeyEventsPattern) Defines whether to use __keyevent pattern topic to listen for expired events.