ehcache

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

Packages that use CacheOperationOutcomes.PutOutcome
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
static CacheOperationOutcomes.PutOutcome CacheOperationOutcomes.PutOutcome.valueOf(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
 CoreStatistics.CountOperation<CacheOperationOutcomes.PutOutcome> CoreStatisticsImpl.put()
           
 CoreStatistics.CountOperation<CacheOperationOutcomes.PutOutcome> CoreStatistics.put()
          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
static Set<CacheOperationOutcomes.PutOutcome> ExtendedStatistics.ALL_CACHE_PUT_OUTCOMES
          The Constant ALL_CACHE_PUT_OUTCOMES.
 

Methods in net.sf.ehcache.statistics.extended that return types with arguments of type CacheOperationOutcomes.PutOutcome
 ExtendedStatistics.Operation<CacheOperationOutcomes.PutOutcome> ExtendedStatisticsImpl.put()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.PutOutcome> ExtendedStatistics.put()
          Put.
 


ehcache

Copyright 2001-2015, Terracotta, Inc.