Uses of Interface
org.springframework.data.redis.cache.RedisCacheWriter.CacheLockingConfiguration
Packages that use RedisCacheWriter.CacheLockingConfiguration
-
Uses of RedisCacheWriter.CacheLockingConfiguration in org.springframework.data.redis.cache
Methods in org.springframework.data.redis.cache that return RedisCacheWriter.CacheLockingConfigurationModifier and TypeMethodDescriptionRedisCacheWriter.CacheLockingConfiguration.lockTimeout(RedisCacheWriter.TtlFunction ttlFunction) Configure aRedisCacheWriter.TtlFunctionto compute the lock timeout.Configure the sleep time between cache lock checks.Method parameters in org.springframework.data.redis.cache with type arguments of type RedisCacheWriter.CacheLockingConfigurationModifier and TypeMethodDescriptionvoidRedisCacheWriter.CacheLockingConfigurer.enable(Consumer<RedisCacheWriter.CacheLockingConfiguration> configurationConsumer) Enable cache locking.RedisCacheWriter.RedisCacheWriterConfigurer.enableLocking(Consumer<RedisCacheWriter.CacheLockingConfiguration> configurerConsumer) Enable cache locking to synchronize cache access across multiple cache instances.