ehcache

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

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

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

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

Methods in net.sf.ehcache.statistics that return types with arguments of type CacheOperationOutcomes.RemoveElementOutcome
 CoreStatistics.CountOperation<CacheOperationOutcomes.RemoveElementOutcome> CoreStatisticsImpl.removeElement()
           
 CoreStatistics.CountOperation<CacheOperationOutcomes.RemoveElementOutcome> CoreStatistics.removeElement()
          The remove element operation.
 

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

Methods in net.sf.ehcache.statistics.extended that return types with arguments of type CacheOperationOutcomes.RemoveElementOutcome
 ExtendedStatistics.Operation<CacheOperationOutcomes.RemoveElementOutcome> ExtendedStatisticsImpl.removeElement()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.RemoveElementOutcome> ExtendedStatistics.removeElement()
          remove element operation
 


ehcache

Copyright 2001-2016, Terracotta, Inc.