Package io.quarkus.cache.redis.runtime
Interface RedisCacheBuildTimeConfig
public interface RedisCacheBuildTimeConfig
-
Method Summary
-
Method Details
-
valueType
The default type of the value stored in the cache. -
keyType
The key type,Stringby default.
-