Interface CacheBuildConfig


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

  • Method Details

    • type

      @WithDefault("caffeine") String type()
      Default cache type (backend provider). If no explicit type is defined for a cache, this type will be used.
    • cacheTypeByName

      @ConfigDocMapKey("cache-name") @ConfigDocSection @WithParentName Map<String,CacheBuildConfig.CacheTypeBuildConfig> cacheTypeByName()
      Configuration that allows customizing cache names to use a different type.