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
 

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.
 


ehcache

true