Uses of Class
io.quarkus.cache.redis.runtime.RedisCacheInfo
-
-
Uses of RedisCacheInfo in io.quarkus.cache.redis.runtime
Methods in io.quarkus.cache.redis.runtime that return types with arguments of type RedisCacheInfo Modifier and Type Method Description static Set<RedisCacheInfo>RedisCacheInfoBuilder. build(Set<String> cacheNames, RedisCachesBuildTimeConfig buildTimeConfig, RedisCachesConfig runtimeConfig, Map<String,String> valueTypes)Constructors in io.quarkus.cache.redis.runtime with parameters of type RedisCacheInfo Constructor Description RedisCacheImpl(RedisCacheInfo cacheInfo, io.vertx.mutiny.core.Vertx vertx, io.vertx.mutiny.redis.client.Redis redis, Supplier<Boolean> blockingAllowedSupplier)RedisCacheImpl(RedisCacheInfo cacheInfo, Optional<String> redisClientName)
-