ehcache

Uses of Class
net.sf.ehcache.config.CacheWriterConfiguration.WriteMode

Packages that use CacheWriterConfiguration.WriteMode
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
static CacheWriterConfiguration.WriteMode CacheWriterConfiguration.DEFAULT_WRITE_MODE
          Default writeMode
 

Methods in net.sf.ehcache.config that return CacheWriterConfiguration.WriteMode
 CacheWriterConfiguration.WriteMode CacheWriterConfiguration.getWriteMode()
          Get the write mode in terms of the mode enum
static CacheWriterConfiguration.WriteMode CacheWriterConfiguration.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
 CacheWriterConfiguration CacheWriterConfiguration.writeMode(CacheWriterConfiguration.WriteMode writeMode)
           
 


ehcache

true