Package io.quarkus.cache.redis.runtime
Interface RedisCachesRuntimeConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.cache.redis")
public interface RedisCachesRuntimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionAdditional configuration applied to a specific Redis cache (highest precedence)Default configuration applied to all Redis caches (lowest precedence)
-
Method Details
-
defaultConfig
Default configuration applied to all Redis caches (lowest precedence) -
cachesConfig
@WithParentName @ConfigDocMapKey("cache-name") @ConfigDocSection Map<String,RedisCacheRuntimeConfig> cachesConfig()Additional configuration applied to a specific Redis cache (highest precedence)
-