org.ehcache.statistics
Interface CacheOperationOutcomes

All Known Implementing Classes:
CacheOperationOutcomes.CacheLoadingOutcome, CacheOperationOutcomes.ConditionalRemoveOutcome, CacheOperationOutcomes.GetOutcome, CacheOperationOutcomes.PutIfAbsentOutcome, CacheOperationOutcomes.PutOutcome, CacheOperationOutcomes.RemoveOutcome, CacheOperationOutcomes.ReplaceOutcome, StoreOperationOutcomes.EvictionOutcome

public interface CacheOperationOutcomes


Nested Class Summary
static class CacheOperationOutcomes.CacheLoadingOutcome
          The cache loading outcomes.
static class CacheOperationOutcomes.ConditionalRemoveOutcome
          The outcomes for conditional remove operations.
static class CacheOperationOutcomes.GetOutcome
          Outcomes for cache Get operations.
static class CacheOperationOutcomes.PutIfAbsentOutcome
          The putIfAbsent outcomes.
static class CacheOperationOutcomes.PutOutcome
          The outcomes for Put Outcomes.
static class CacheOperationOutcomes.RemoveOutcome
          The outcomes for remove operations.
static class CacheOperationOutcomes.ReplaceOutcome
          The replace outcomes.