@ConfigurationProperties(value="microstream.cache") public class CacheConfigurationProperties extends java.lang.Object implements CacheConfiguration
CacheConfiguration
and CacheConfigurationProperties
exist to generate configuration reference documentation automatically.MicroStreamCacheConfigurationProperties
is a EachProperty
implementation.Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_ENABLED
Whether MicroStream Cache module is enabled.
|
Constructor and Description |
---|
CacheConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled)
Whether MicroStream Cache module is enabled.
|
public static final boolean DEFAULT_ENABLED