Uses of Class
net.sf.ehcache.CacheOperationOutcomes.PutOutcome
-
Packages that use CacheOperationOutcomes.PutOutcome Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.statistics This package contains classes related to LiveCacheStatistics and its implementation.net.sf.ehcache.statistics.extended This package contains classes related to extended statistics implementation. -
-
Uses of CacheOperationOutcomes.PutOutcome in net.sf.ehcache
Methods in net.sf.ehcache that return CacheOperationOutcomes.PutOutcome Modifier and Type Method Description static CacheOperationOutcomes.PutOutcomeCacheOperationOutcomes.PutOutcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CacheOperationOutcomes.PutOutcome[]CacheOperationOutcomes.PutOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CacheOperationOutcomes.PutOutcome in net.sf.ehcache.statistics
Methods in net.sf.ehcache.statistics that return types with arguments of type CacheOperationOutcomes.PutOutcome Modifier and Type Method Description CoreStatistics.CountOperation<CacheOperationOutcomes.PutOutcome>CoreStatistics. put()Put.CoreStatistics.CountOperation<CacheOperationOutcomes.PutOutcome>CoreStatisticsImpl. put() -
Uses of CacheOperationOutcomes.PutOutcome in net.sf.ehcache.statistics.extended
Fields in net.sf.ehcache.statistics.extended with type parameters of type CacheOperationOutcomes.PutOutcome Modifier and Type Field Description static java.util.Set<CacheOperationOutcomes.PutOutcome>ExtendedStatistics. ALL_CACHE_PUT_OUTCOMESThe Constant ALL_CACHE_PUT_OUTCOMES.Methods in net.sf.ehcache.statistics.extended that return types with arguments of type CacheOperationOutcomes.PutOutcome Modifier and Type Method Description ExtendedStatistics.Operation<CacheOperationOutcomes.PutOutcome>ExtendedStatistics. put()Put.ExtendedStatistics.Operation<CacheOperationOutcomes.PutOutcome>ExtendedStatisticsImpl. put()
-