Package io.quarkus.cache.deployment
Class CacheConfig
- java.lang.Object
-
- io.quarkus.cache.deployment.CacheConfig
-
@ConfigRoot public class CacheConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCacheConfig.CaffeineConfig
-
Field Summary
Fields Modifier and Type Field Description (package private) CacheConfig.CaffeineConfigcaffeineCaffeine configuration.booleanenabledWhether or not the cache extension is enabled.(package private) StringtypeCache type.
-
Constructor Summary
Constructors Constructor Description CacheConfig()
-
-
-
Field Detail
-
enabled
@ConfigItem(defaultValue="true") public boolean enabled
Whether or not the cache extension is enabled.
-
type
@ConfigItem(defaultValue="caffeine") String type
Cache type.
-
caffeine
CacheConfig.CaffeineConfig caffeine
Caffeine configuration.
-
-