Class CacheManagerCustomizerConfiguration
- java.lang.Object
-
- org.apache.camel.component.ehcache.springboot.customizer.CacheManagerCustomizerConfiguration
-
@ConfigurationProperties(prefix="camel.component.ehcache.customizer.cache-manager") public class CacheManagerCustomizerConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheManagerCustomizerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()booleanisOverride()voidsetEnabled(boolean enabled)voidsetOverride(boolean override)
-