ehcache

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

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

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

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

Methods in net.sf.ehcache.statistics that return types with arguments of type CacheOperationOutcomes.GetOutcome
 CoreStatistics.CountOperation<CacheOperationOutcomes.GetOutcome> CoreStatisticsImpl.get()
           
 CoreStatistics.CountOperation<CacheOperationOutcomes.GetOutcome> CoreStatistics.get()
          Gets the.
 

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

Fields in net.sf.ehcache.statistics.extended with type parameters of type CacheOperationOutcomes.GetOutcome
static Set<CacheOperationOutcomes.GetOutcome> ExtendedStatistics.ALL_CACHE_GET_OUTCOMES
          The Constant ALL_CACHE_GET_OUTCOMES.
static Set<CacheOperationOutcomes.GetOutcome> ExtendedStatistics.ALL_CACHE_MISS_OUTCOMES
          The Constant ALL_CACHE_MISS_OUTCOMES.
 

Methods in net.sf.ehcache.statistics.extended that return types with arguments of type CacheOperationOutcomes.GetOutcome
 ExtendedStatistics.Operation<CacheOperationOutcomes.GetOutcome> ExtendedStatisticsImpl.get()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.GetOutcome> ExtendedStatistics.get()
          Gets the.
 


ehcache

Copyright 2001-2016, Terracotta, Inc.