Uses of Class
net.sf.ehcache.config.CacheWriterConfiguration.WriteMode
-
Packages that use CacheWriterConfiguration.WriteMode Package Description net.sf.ehcache.config This package contains the cache configuration code. -
-
Uses of CacheWriterConfiguration.WriteMode in net.sf.ehcache.config
Fields in net.sf.ehcache.config declared as CacheWriterConfiguration.WriteMode Modifier and Type Field Description static CacheWriterConfiguration.WriteModeCacheWriterConfiguration. DEFAULT_WRITE_MODEDefault writeModeMethods in net.sf.ehcache.config that return CacheWriterConfiguration.WriteMode Modifier and Type Method Description CacheWriterConfiguration.WriteModeCacheWriterConfiguration. getWriteMode()Get the write mode in terms of the mode enumstatic CacheWriterConfiguration.WriteModeCacheWriterConfiguration.WriteMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CacheWriterConfiguration.WriteMode[]CacheWriterConfiguration.WriteMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.ehcache.config with parameters of type CacheWriterConfiguration.WriteMode Modifier and Type Method Description CacheWriterConfigurationCacheWriterConfiguration. writeMode(CacheWriterConfiguration.WriteMode writeMode)
-