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