Interface CacheBuildConfig.CacheTypeBuildConfig

Enclosing interface:
CacheBuildConfig

public static interface CacheBuildConfig.CacheTypeBuildConfig
Configuration that allows customizing cache names to use a different type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Cache type to be used for the cache name.
  • Method Details

    • type

      @WithDefault("caffeine") String type()
      Cache type to be used for the cache name.