Class RedisCachesConfig


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

      • 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 Detail

      • RedisCachesConfig

        public RedisCachesConfig()