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.GetAllOutcome Outcomes for cache getAll operation
CacheOperationOutcomes.GetOutcome Outcomes for cache Get operations.
CacheOperationOutcomes.PutAllOutcome Outcomes for cache putAll operation
CacheOperationOutcomes.PutIfAbsentOutcome The putIfAbsent outcomes.
CacheOperationOutcomes.PutOutcome The outcomes for Put Outcomes.
CacheOperationOutcomes.RemoveAllOutcome Outcomes for cache removeAll operation
CacheOperationOutcomes.RemoveOutcome The outcomes for remove operations.
CacheOperationOutcomes.ReplaceOutcome The replace outcomes.
StoreOperationOutcomes.EvictionOutcome The eviction outcomes.
StoreOperationOutcomes.ExpirationOutcome Outcomes for expiration
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