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 RedisCacheInfoModifier and TypeMethodDescriptionstatic 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 RedisCacheInfoModifierConstructorDescriptionRedisCacheImpl(RedisCacheInfo cacheInfo, io.vertx.mutiny.core.Vertx vertx, io.vertx.mutiny.redis.client.Redis redis, Supplier<Boolean> blockingAllowedSupplier) RedisCacheImpl(RedisCacheInfo cacheInfo, Optional<String> redisClientName)