Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Field and Description |
---|---|
static TerracottaConfiguration.ValueMode |
TerracottaConfiguration.DEFAULT_VALUE_MODE
Default value mode
|
Modifier and Type | Method and Description |
---|---|
TerracottaConfiguration.ValueMode |
TerracottaConfiguration.getValueMode()
Get the value mode in terms of the mode enum
|
static TerracottaConfiguration.ValueMode |
TerracottaConfiguration.ValueMode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
TerracottaConfiguration |
TerracottaConfiguration.valueMode(TerracottaConfiguration.ValueMode valueMode) |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.