Package io.quarkus.cache.redis.runtime
Class RedisCachesConfig
- java.lang.Object
-
- io.quarkus.cache.redis.runtime.RedisCachesConfig
-
@ConfigRoot(phase=RUN_TIME, name="cache.redis") public class RedisCachesConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Map<String,RedisCacheRuntimeConfig>cachesConfigAdditional configuration applied to a specific Redis cache (highest precedence)RedisCacheRuntimeConfigdefaultConfigDefault configuration applied to all Redis caches (lowest precedence)
-
Constructor Summary
Constructors Constructor Description RedisCachesConfig()
-
-
-
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> cachesConfigAdditional configuration applied to a specific Redis cache (highest precedence)
-
-