Interface StepCacheConfigurationBuilder.TtlForUpdateBuilder

Enclosing interface:
StepCacheConfigurationBuilder

public static interface StepCacheConfigurationBuilder.TtlForUpdateBuilder
Since:
2.0.0
  • Method Details

    • withTtlForUpdate

      StepCacheConfigurationBuilder.ScopeBuilder withTtlForUpdate(long time, TimeUnit timeUnit)
      Configures the time to live for update of the cache.
      Parameters:
      time - duration for time to live
      timeUnit - unit used for measuring time
      Returns:
      Scope builder