Interface StepCacheConfigurationBuilder.TtlForUpdateBuilder
- Enclosing interface:
- StepCacheConfigurationBuilder
public static interface StepCacheConfigurationBuilder.TtlForUpdateBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithTtlForUpdate
(long time, TimeUnit timeUnit) Configures the time to live for update of the cache.
-
Method Details
-
withTtlForUpdate
Configures the time to live for update of the cache.- Parameters:
time
- duration for time to livetimeUnit
- unit used for measuring time- Returns:
- Scope builder
-