Table of Contents

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 = 4

The cache was cleared successfully.

ObjectDoesNotExist = 2

The object could not be retrieved because it was not found.

ObjectPut = 1

The object was successfully added/updated.

ObjectRemoved = 3

The object was removed successfully.

ObjectRetrieved = 0

The object was successfully retrieved.