ehcache

Uses of Class
net.sf.ehcache.config.TerracottaConfiguration.ValueMode

Packages that use TerracottaConfiguration.ValueMode
net.sf.ehcache.config This package contains the cache configuration code. 
 

Uses of TerracottaConfiguration.ValueMode in net.sf.ehcache.config
 

Fields in net.sf.ehcache.config declared as TerracottaConfiguration.ValueMode
static TerracottaConfiguration.ValueMode TerracottaConfiguration.DEFAULT_VALUE_MODE
          Default value mode
 

Methods in net.sf.ehcache.config that return TerracottaConfiguration.ValueMode
 TerracottaConfiguration.ValueMode TerracottaConfiguration.getValueMode()
          Get the value mode in terms of the mode enum
static TerracottaConfiguration.ValueMode TerracottaConfiguration.ValueMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TerracottaConfiguration.ValueMode[] TerracottaConfiguration.ValueMode.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 TerracottaConfiguration.ValueMode
 TerracottaConfiguration TerracottaConfiguration.valueMode(TerracottaConfiguration.ValueMode valueMode)
           
 


ehcache

true