Uses of Class
net.sf.ehcache.constructs.blocking.BlockingCacheOperationOutcomes.GetOutcome
-
Packages that use BlockingCacheOperationOutcomes.GetOutcome Package Description net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. -
-
Uses of BlockingCacheOperationOutcomes.GetOutcome in net.sf.ehcache.constructs.blocking
Methods in net.sf.ehcache.constructs.blocking that return BlockingCacheOperationOutcomes.GetOutcome Modifier and Type Method Description static BlockingCacheOperationOutcomes.GetOutcomeBlockingCacheOperationOutcomes.GetOutcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BlockingCacheOperationOutcomes.GetOutcome[]BlockingCacheOperationOutcomes.GetOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.
-