Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Field and Description |
---|---|
static TerracottaConfiguration.Consistency |
TerracottaConfiguration.DEFAULT_CONSISTENCY_TYPE
Default cache consistency setting
|
Modifier and Type | Method and Description |
---|---|
TerracottaConfiguration.Consistency |
TerracottaConfiguration.getConsistency()
Getter for consistency
|
TerracottaConfiguration.Consistency |
CacheConfiguration.getTerracottaConsistency()
Accessor
|
static TerracottaConfiguration.Consistency |
TerracottaConfiguration.Consistency.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
TerracottaConfiguration |
TerracottaConfiguration.consistency(TerracottaConfiguration.Consistency consistency)
Setter for consistency, returns this instance
|
void |
TerracottaConfiguration.setConsistency(TerracottaConfiguration.Consistency consistency)
Setter for consistency
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.