Uses of Class
org.apache.camel.component.ehcache.springboot.customizer.CacheConfigurationCustomizerConfiguration.Mode
-
Packages that use CacheConfigurationCustomizerConfiguration.Mode Package Description org.apache.camel.component.ehcache.springboot.customizer -
-
Uses of CacheConfigurationCustomizerConfiguration.Mode in org.apache.camel.component.ehcache.springboot.customizer
Methods in org.apache.camel.component.ehcache.springboot.customizer that return CacheConfigurationCustomizerConfiguration.Mode Modifier and Type Method Description CacheConfigurationCustomizerConfiguration.ModeCacheConfigurationCustomizerConfiguration. getMode()static CacheConfigurationCustomizerConfiguration.ModeCacheConfigurationCustomizerConfiguration.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheConfigurationCustomizerConfiguration.Mode[]CacheConfigurationCustomizerConfiguration.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.ehcache.springboot.customizer with parameters of type CacheConfigurationCustomizerConfiguration.Mode Modifier and Type Method Description voidCacheConfigurationCustomizerConfiguration. setMode(CacheConfigurationCustomizerConfiguration.Mode mode)
-