Uses of Class
net.sf.ehcache.CacheOperationOutcomes.GetAllOutcome
-
Packages that use CacheOperationOutcomes.GetAllOutcome Package Description net.sf.ehcache This package contains the public API for using ehcache. -
-
Uses of CacheOperationOutcomes.GetAllOutcome in net.sf.ehcache
Methods in net.sf.ehcache that return CacheOperationOutcomes.GetAllOutcome Modifier and Type Method Description static CacheOperationOutcomes.GetAllOutcomeCacheOperationOutcomes.GetAllOutcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CacheOperationOutcomes.GetAllOutcome[]CacheOperationOutcomes.GetAllOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.
-