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