Interface StepCacheConfigurationBuilder
public interface StepCacheConfigurationBuilder
Builder for configuring a cache of a custom step.
- Since:
- 2.0.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic 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
-