Class RedisCachesConfig

java.lang.Object
io.quarkus.cache.redis.runtime.RedisCachesConfig

@ConfigRoot(phase=RUN_TIME, name="cache.redis") public class RedisCachesConfig extends Object
  • Field Details

    • defaultConfig

      @ConfigItem(name="<<parent>>") public RedisCacheRuntimeConfig defaultConfig
      Default configuration applied to all Redis caches (lowest precedence)
    • cachesConfig

      @ConfigItem(name="<<parent>>") @ConfigDocMapKey("cache-name") @ConfigDocSection Map<String,RedisCacheRuntimeConfig> cachesConfig
      Additional configuration applied to a specific Redis cache (highest precedence)
  • Constructor Details

    • RedisCachesConfig

      public RedisCachesConfig()