Interface StepCacheConfigurationBuilder.ScopeBuilder
- Enclosing interface:
- StepCacheConfigurationBuilder
public static interface StepCacheConfigurationBuilder.ScopeBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithScope
(StepCacheScope scope) Configures the scope of the cache.
-
Method Details
-
withScope
Configures the scope of the cache.- Parameters:
scope
- scope of the cache- Returns:
- Builder for step cache configuration
-