Package io.quarkus.cache.redis.runtime
Class RedisCachesConfig
java.lang.Object
io.quarkus.cache.redis.runtime.RedisCachesConfig
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Map<String,RedisCacheRuntimeConfig> Additional configuration applied to a specific Redis cache (highest precedence)Default configuration applied to all Redis caches (lowest precedence) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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)
-
-
Constructor Details
-
RedisCachesConfig
public RedisCachesConfig()
-