Package org.ehcache.statistics

Package for API related to statistics in Ehcache

See:
          Description

Interface Summary
CacheOperationOutcomes  
StoreOperationOutcomes  
 

Enum Summary
BulkOps Enumeration listing the bulk operations available on a Cache.
CacheOperationOutcomes.CacheLoadingOutcome The cache loading outcomes.
CacheOperationOutcomes.ConditionalRemoveOutcome The outcomes for conditional remove operations.
CacheOperationOutcomes.GetOutcome Outcomes for cache Get operations.
CacheOperationOutcomes.PutIfAbsentOutcome The putIfAbsent outcomes.
CacheOperationOutcomes.PutOutcome The outcomes for Put Outcomes.
CacheOperationOutcomes.RemoveOutcome The outcomes for remove operations.
CacheOperationOutcomes.ReplaceOutcome The replace outcomes.
StoreOperationOutcomes.EvictionOutcome The eviction outcomes.
StoreOperationOutcomes.GetOutcome The Enum GetOutcome.
StoreOperationOutcomes.PutOutcome The Enum PutOutcome.
StoreOperationOutcomes.RemoveOutcome The Enum RemoveOutcome.
 

Package org.ehcache.statistics Description

Package for API related to statistics in Ehcache