Uses of Class
net.sf.ehcache.config.TerracottaConfiguration.Consistency
-
Packages that use TerracottaConfiguration.Consistency Package Description 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 Modifier and Type Field Description static TerracottaConfiguration.ConsistencyTerracottaConfiguration. DEFAULT_CONSISTENCY_TYPEDefault cache consistency settingMethods in net.sf.ehcache.config that return TerracottaConfiguration.Consistency Modifier and Type Method Description TerracottaConfiguration.ConsistencyTerracottaConfiguration. getConsistency()Getter for consistencyTerracottaConfiguration.ConsistencyCacheConfiguration. getTerracottaConsistency()Accessorstatic TerracottaConfiguration.ConsistencyTerracottaConfiguration.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 Modifier and Type Method Description TerracottaConfigurationTerracottaConfiguration. consistency(TerracottaConfiguration.Consistency consistency)Setter for consistency, returns this instancevoidTerracottaConfiguration. setConsistency(TerracottaConfiguration.Consistency consistency)Setter for consistency
-