org.ehcache.core.statistics
Interface CacheOperationOutcomes

All Known Implementing Classes:
CacheOperationOutcomes.CacheLoadingOutcome, CacheOperationOutcomes.ConditionalRemoveOutcome, CacheOperationOutcomes.GetAllOutcome, CacheOperationOutcomes.GetOutcome, CacheOperationOutcomes.PutAllOutcome, CacheOperationOutcomes.PutIfAbsentOutcome, CacheOperationOutcomes.PutOutcome, CacheOperationOutcomes.RemoveAllOutcome, CacheOperationOutcomes.RemoveOutcome, CacheOperationOutcomes.ReplaceOutcome

public interface CacheOperationOutcomes

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