Enum CacheOperationStatus
- Namespace
- Scaleout.Streaming.DigitalTwin.Core
- Assembly
- ScaleOut.Streaming.DigitalTwin.Core.dll
An enumeration that indicates the outcome of a cache operation.
public enum CacheOperationStatus
Fields
CacheCleared = 4The cache was cleared successfully.
ObjectDoesNotExist = 2The object could not be retrieved because it was not found.
ObjectPut = 1The object was successfully added/updated.
ObjectRemoved = 3The object was removed successfully.
ObjectRetrieved = 0The object was successfully retrieved.