Interface StepCacheConfigurationBuilder
public interface StepCacheConfigurationBuilder
Builder for configuring a cache of a custom step.
- Since:
- 2.0.0
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionwithCacheName
(String cacheName) Configures the name of the cache of the custom step
-
Method Details
-
withCacheName
Configures the name of the cache of the custom step- Parameters:
cacheName
- name of cache of custom step- Returns:
- Time to live for update builder
-