Interface StepCacheConfigurationBuilder.Builder
- Enclosing interface:
- StepCacheConfigurationBuilder
public static interface StepCacheConfigurationBuilder.Builder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescription<K,
V> StepCacheConfiguration<K, V> Builds the step cache configuration object.
-
Method Details
-
build
Builds the step cache configuration object.- Type Parameters:
K
- Key typeV
- Value type- Parameters:
keyType
- Key TypevalueType
- Value Type- Returns:
- Specific concrete step cache configuration object
-