public interface CacheOperationOutcomes
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | CacheOperationOutcomes.ClearOutcomeOutcomes for cache Clear operations. | 
| static class  | CacheOperationOutcomes.ConditionalRemoveOutcomeThe outcomes for conditional remove operations. | 
| static class  | CacheOperationOutcomes.GetAllOutcomeOutcomes for cache getAll operation | 
| static class  | CacheOperationOutcomes.GetOutcomeOutcomes for cache Get operations. | 
| static class  | CacheOperationOutcomes.PutAllOutcomeOutcomes for cache putAll operation | 
| static class  | CacheOperationOutcomes.PutIfAbsentOutcomeThe putIfAbsent outcomes. | 
| static class  | CacheOperationOutcomes.PutOutcomeThe outcomes for Put Outcomes. | 
| static class  | CacheOperationOutcomes.RemoveAllOutcomeOutcomes for cache removeAll operation | 
| static class  | CacheOperationOutcomes.RemoveOutcomeThe outcomes for remove operations. | 
| static class  | CacheOperationOutcomes.ReplaceOutcomeThe replace outcomes. |