public interface CacheOperationOutcomes
Modifier and Type | Interface and Description |
---|---|
static class |
CacheOperationOutcomes.ClearOutcome
Outcomes for cache Clear operations.
|
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.
|