Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Field and Description |
---|---|
static TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.DEFAULT_TIMEOUT_BEHAVIOR_TYPE
Default value for timeout behavior
|
Modifier and Type | Method and Description |
---|---|
TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.getTimeoutBehaviorType()
Returns the type of timeout behavior configured
|
static TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.TimeoutBehaviorType.getTimeoutBehaviorTypeFromName(String typeName)
Get the
TimeoutBehaviorConfiguration.TimeoutBehaviorType corresponding to a name |
static TimeoutBehaviorConfiguration.TimeoutBehaviorType |
TimeoutBehaviorConfiguration.TimeoutBehaviorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeoutBehaviorConfiguration.TimeoutBehaviorType[] |
TimeoutBehaviorConfiguration.TimeoutBehaviorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.