|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SizeOfPolicyConfiguration.MaxDepthExceededBehavior | |
---|---|
net.sf.ehcache.config | This package contains the cache configuration code. |
Uses of SizeOfPolicyConfiguration.MaxDepthExceededBehavior in net.sf.ehcache.config |
---|
Fields in net.sf.ehcache.config declared as SizeOfPolicyConfiguration.MaxDepthExceededBehavior | |
---|---|
static SizeOfPolicyConfiguration.MaxDepthExceededBehavior |
SizeOfPolicyConfiguration.DEFAULT_MAX_DEPTH_EXCEEDED_BEHAVIOR
Default max traversal depth exceeded behavior |
Methods in net.sf.ehcache.config that return SizeOfPolicyConfiguration.MaxDepthExceededBehavior | |
---|---|
SizeOfPolicyConfiguration.MaxDepthExceededBehavior |
SizeOfPolicyConfiguration.getMaxDepthExceededBehavior()
Gets the behavior of the SizeOf engine when the max depth is reached |
static SizeOfPolicyConfiguration.MaxDepthExceededBehavior |
SizeOfPolicyConfiguration.resolveBehavior(Ehcache cache)
Helper method which resolves the MaxDepthExceededBehavior of a cache, using the cache manager's one if none was configured on the cache itself. |
static SizeOfPolicyConfiguration.MaxDepthExceededBehavior |
SizeOfPolicyConfiguration.MaxDepthExceededBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SizeOfPolicyConfiguration.MaxDepthExceededBehavior[] |
SizeOfPolicyConfiguration.MaxDepthExceededBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.ehcache.config with parameters of type SizeOfPolicyConfiguration.MaxDepthExceededBehavior | |
---|---|
SizeOfPolicyConfiguration |
SizeOfPolicyConfiguration.maxDepthExceededBehavior(SizeOfPolicyConfiguration.MaxDepthExceededBehavior maxDepthExceededBehavior)
Builder method to set the behavior of the SizeOf engine when the max depth is reached |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |