Uses of Class
net.sf.ehcache.CacheOperationOutcomes.GetOutcome
-
Packages that use CacheOperationOutcomes.GetOutcome 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.GetOutcome in net.sf.ehcache
Methods in net.sf.ehcache that return CacheOperationOutcomes.GetOutcome Modifier and Type Method Description static CacheOperationOutcomes.GetOutcomeCacheOperationOutcomes.GetOutcome. valueOf(java.lang.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 Modifier and Type Method Description CoreStatistics.CountOperation<CacheOperationOutcomes.GetOutcome>CoreStatistics. get()Gets the.CoreStatistics.CountOperation<CacheOperationOutcomes.GetOutcome>CoreStatisticsImpl. get() -
Uses of CacheOperationOutcomes.GetOutcome in net.sf.ehcache.statistics.extended
Fields in net.sf.ehcache.statistics.extended with type parameters of type CacheOperationOutcomes.GetOutcome Modifier and Type Field Description static java.util.Set<CacheOperationOutcomes.GetOutcome>ExtendedStatistics. ALL_CACHE_GET_OUTCOMESThe Constant ALL_CACHE_GET_OUTCOMES.static java.util.Set<CacheOperationOutcomes.GetOutcome>ExtendedStatistics. ALL_CACHE_MISS_OUTCOMESThe Constant ALL_CACHE_MISS_OUTCOMES.Methods in net.sf.ehcache.statistics.extended that return types with arguments of type CacheOperationOutcomes.GetOutcome Modifier and Type Method Description ExtendedStatistics.Operation<CacheOperationOutcomes.GetOutcome>ExtendedStatistics. get()Gets the.ExtendedStatistics.Operation<CacheOperationOutcomes.GetOutcome>ExtendedStatisticsImpl. get()
-