Uses of Class
io.quarkus.cache.redis.runtime.RedisCacheRuntimeConfig
-
-
Uses of RedisCacheRuntimeConfig in io.quarkus.cache.redis.runtime
Fields in io.quarkus.cache.redis.runtime declared as RedisCacheRuntimeConfig Modifier and Type Field Description RedisCacheRuntimeConfigRedisCachesConfig. defaultConfigDefault configuration applied to all Redis caches (lowest precedence)Fields in io.quarkus.cache.redis.runtime with type parameters of type RedisCacheRuntimeConfig Modifier and Type Field Description (package private) Map<String,RedisCacheRuntimeConfig>RedisCachesConfig. cachesConfigAdditional configuration applied to a specific Redis cache (highest precedence)
-