ehcache

Uses of Class
net.sf.ehcache.config.TimeoutBehaviorConfiguration.TimeoutBehaviorType

Packages that use TimeoutBehaviorConfiguration.TimeoutBehaviorType
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
static TimeoutBehaviorConfiguration.TimeoutBehaviorType TimeoutBehaviorConfiguration.DEFAULT_TIMEOUT_BEHAVIOR_TYPE
          Default value for timeout behavior
 

Methods in net.sf.ehcache.config that return TimeoutBehaviorConfiguration.TimeoutBehaviorType
 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.
 


ehcache

Copyright 2001-2015, Terracotta, Inc.