Interface RedisCacheBuildTimeConfig


public interface RedisCacheBuildTimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The key type, String by default.
    The default type of the value stored in the cache.
  • Method Details

    • valueType

      Optional<String> valueType()
      The default type of the value stored in the cache.
    • keyType

      Optional<String> keyType()
      The key type, String by default.