Interface CacheBuildConfig


@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) @ConfigMapping(prefix="quarkus.cache") public interface CacheBuildConfig
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Cache type.
  • Field Details

  • Method Details

    • type

      @WithDefault("caffeine") String type()
      Cache type.