Uses of Class
net.sf.ehcache.config.TimeoutBehaviorConfiguration.TimeoutBehaviorType
-
Packages that use TimeoutBehaviorConfiguration.TimeoutBehaviorType Package Description net.sf.ehcache.config This package contains the cache configuration code. -
-
Uses of TimeoutBehaviorConfiguration.TimeoutBehaviorType in net.sf.ehcache.config
Fields in net.sf.ehcache.config declared as TimeoutBehaviorConfiguration.TimeoutBehaviorType Modifier and Type Field Description static TimeoutBehaviorConfiguration.TimeoutBehaviorTypeTimeoutBehaviorConfiguration. DEFAULT_TIMEOUT_BEHAVIOR_TYPEDefault value for timeout behaviorMethods in net.sf.ehcache.config that return TimeoutBehaviorConfiguration.TimeoutBehaviorType Modifier and Type Method Description TimeoutBehaviorConfiguration.TimeoutBehaviorTypeTimeoutBehaviorConfiguration. getTimeoutBehaviorType()Returns the type of timeout behavior configuredstatic TimeoutBehaviorConfiguration.TimeoutBehaviorTypeTimeoutBehaviorConfiguration.TimeoutBehaviorType. getTimeoutBehaviorTypeFromName(java.lang.String typeName)Get theTimeoutBehaviorConfiguration.TimeoutBehaviorTypecorresponding to a namestatic TimeoutBehaviorConfiguration.TimeoutBehaviorTypeTimeoutBehaviorConfiguration.TimeoutBehaviorType. valueOf(java.lang.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.
-