Uses of Class
net.sf.ehcache.config.SizeOfPolicyConfiguration.MaxDepthExceededBehavior
-
Packages that use SizeOfPolicyConfiguration.MaxDepthExceededBehavior Package Description 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 Modifier and Type Field Description static SizeOfPolicyConfiguration.MaxDepthExceededBehaviorSizeOfPolicyConfiguration. DEFAULT_MAX_DEPTH_EXCEEDED_BEHAVIORDefault max traversal depth exceeded behaviorMethods in net.sf.ehcache.config that return SizeOfPolicyConfiguration.MaxDepthExceededBehavior Modifier and Type Method Description SizeOfPolicyConfiguration.MaxDepthExceededBehaviorSizeOfPolicyConfiguration. getMaxDepthExceededBehavior()Gets the behavior of the SizeOf engine when the max depth is reachedstatic SizeOfPolicyConfiguration.MaxDepthExceededBehaviorSizeOfPolicyConfiguration. 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.MaxDepthExceededBehaviorSizeOfPolicyConfiguration.MaxDepthExceededBehavior. valueOf(java.lang.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 Modifier and Type Method Description SizeOfPolicyConfigurationSizeOfPolicyConfiguration. maxDepthExceededBehavior(SizeOfPolicyConfiguration.MaxDepthExceededBehavior maxDepthExceededBehavior)Builder method to set the behavior of the SizeOf engine when the max depth is reached
-