ehcache

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

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

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

Fields in net.sf.ehcache.config declared as TerracottaConfiguration.Consistency
static TerracottaConfiguration.Consistency TerracottaConfiguration.DEFAULT_CONSISTENCY_TYPE
          Default cache consistency setting
 

Methods in net.sf.ehcache.config that return TerracottaConfiguration.Consistency
 TerracottaConfiguration.Consistency TerracottaConfiguration.getConsistency()
          Getter for consistency
 TerracottaConfiguration.Consistency CacheConfiguration.getTerracottaConsistency()
          Accessor
static TerracottaConfiguration.Consistency TerracottaConfiguration.Consistency.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TerracottaConfiguration.Consistency[] TerracottaConfiguration.Consistency.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.Consistency
 TerracottaConfiguration TerracottaConfiguration.consistency(TerracottaConfiguration.Consistency consistency)
          Setter for consistency, returns this instance
 void TerracottaConfiguration.setConsistency(TerracottaConfiguration.Consistency consistency)
          Setter for consistency
 


ehcache

true