Interface StepCacheConfigurationBuilder.Builder

Enclosing interface:
StepCacheConfigurationBuilder

public static interface StepCacheConfigurationBuilder.Builder
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    build(Class<K> keyType, Class<V> valueType)
    Builds the step cache configuration object.
  • Method Details

    • build

      <K, V> StepCacheConfiguration<K,V> build(Class<K> keyType, Class<V> valueType)
      Builds the step cache configuration object.
      Type Parameters:
      K - Key type
      V - Value type
      Parameters:
      keyType - Key Type
      valueType - Value Type
      Returns:
      Specific concrete step cache configuration object