Package io.quarkus.cache.redis.runtime
Class RedisCacheBuildTimeConfig
java.lang.Object
io.quarkus.cache.redis.runtime.RedisCacheBuildTimeConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
valueType
The default type of the value stored in the cache. -
keyType
The key type,Stringby default.
-
-
Constructor Details
-
RedisCacheBuildTimeConfig
public RedisCacheBuildTimeConfig()
-