Uses of Class
net.sf.ehcache.CacheOperationOutcomes.PutIfAbsentOutcome
-
Packages that use CacheOperationOutcomes.PutIfAbsentOutcome 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.PutIfAbsentOutcome in net.sf.ehcache
Methods in net.sf.ehcache that return CacheOperationOutcomes.PutIfAbsentOutcome Modifier and Type Method Description static CacheOperationOutcomes.PutIfAbsentOutcomeCacheOperationOutcomes.PutIfAbsentOutcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CacheOperationOutcomes.PutIfAbsentOutcome[]CacheOperationOutcomes.PutIfAbsentOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CacheOperationOutcomes.PutIfAbsentOutcome in net.sf.ehcache.statistics
Methods in net.sf.ehcache.statistics that return types with arguments of type CacheOperationOutcomes.PutIfAbsentOutcome Modifier and Type Method Description CoreStatistics.CountOperation<CacheOperationOutcomes.PutIfAbsentOutcome>CoreStatistics. putIfAbsent()The put if absent operation.CoreStatistics.CountOperation<CacheOperationOutcomes.PutIfAbsentOutcome>CoreStatisticsImpl. putIfAbsent() -
Uses of CacheOperationOutcomes.PutIfAbsentOutcome in net.sf.ehcache.statistics.extended
Methods in net.sf.ehcache.statistics.extended that return types with arguments of type CacheOperationOutcomes.PutIfAbsentOutcome Modifier and Type Method Description ExtendedStatistics.Operation<CacheOperationOutcomes.PutIfAbsentOutcome>ExtendedStatistics. putIfAbsent()put if absent operationExtendedStatistics.Operation<CacheOperationOutcomes.PutIfAbsentOutcome>ExtendedStatisticsImpl. putIfAbsent()
-