ehcache

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

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

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

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

Methods in net.sf.ehcache.statistics that return types with arguments of type CacheOperationOutcomes.ExpiredOutcome
 CoreStatistics.CountOperation<CacheOperationOutcomes.ExpiredOutcome> CoreStatisticsImpl.cacheExpiration()
           
 CoreStatistics.CountOperation<CacheOperationOutcomes.ExpiredOutcome> CoreStatistics.cacheExpiration()
          Cache expiration.
 

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

Methods in net.sf.ehcache.statistics.extended that return types with arguments of type CacheOperationOutcomes.ExpiredOutcome
 ExtendedStatistics.Operation<CacheOperationOutcomes.ExpiredOutcome> ExtendedStatisticsImpl.expiry()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.ExpiredOutcome> ExtendedStatistics.expiry()
          Expiry.
 


ehcache

Copyright 2001-2014, Terracotta, Inc.