ehcache

Uses of Class
net.sf.ehcache.CacheOperationOutcomes.ReplaceTwoArgOutcome

Packages that use CacheOperationOutcomes.ReplaceTwoArgOutcome
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.ReplaceTwoArgOutcome in net.sf.ehcache
 

Methods in net.sf.ehcache that return CacheOperationOutcomes.ReplaceTwoArgOutcome
static CacheOperationOutcomes.ReplaceTwoArgOutcome CacheOperationOutcomes.ReplaceTwoArgOutcome.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheOperationOutcomes.ReplaceTwoArgOutcome[] CacheOperationOutcomes.ReplaceTwoArgOutcome.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CacheOperationOutcomes.ReplaceTwoArgOutcome in net.sf.ehcache.statistics
 

Methods in net.sf.ehcache.statistics that return types with arguments of type CacheOperationOutcomes.ReplaceTwoArgOutcome
 CoreStatistics.CountOperation<CacheOperationOutcomes.ReplaceTwoArgOutcome> CoreStatisticsImpl.replaceTwoArg()
           
 CoreStatistics.CountOperation<CacheOperationOutcomes.ReplaceTwoArgOutcome> CoreStatistics.replaceTwoArg()
          The two arg replace operation.
 

Uses of CacheOperationOutcomes.ReplaceTwoArgOutcome in net.sf.ehcache.statistics.extended
 

Methods in net.sf.ehcache.statistics.extended that return types with arguments of type CacheOperationOutcomes.ReplaceTwoArgOutcome
 ExtendedStatistics.Operation<CacheOperationOutcomes.ReplaceTwoArgOutcome> ExtendedStatisticsImpl.replaceTwoArg()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.ReplaceTwoArgOutcome> ExtendedStatistics.replaceTwoArg()
          two arg replace operation
 


ehcache

Copyright 2001-2017, Terracotta, Inc.