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