@ConfigRoot public class CacheConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheConfig.CaffeineConfig |
| Modifier and Type | Field and Description |
|---|---|
(package private) CacheConfig.CaffeineConfig |
caffeine
Caffeine configuration.
|
boolean |
enabled
Whether or not the cache extension is enabled.
|
(package private) String |
type
Cache type.
|
| Constructor and Description |
|---|
CacheConfig() |
@ConfigItem(defaultValue="true") public boolean enabled
@ConfigItem(defaultValue="caffeine") String type
CacheConfig.CaffeineConfig caffeine
Copyright © 2021 JBoss by Red Hat. All rights reserved.