[This is preliminary documentation and subject to change.]
Status types for cache operations.
These status values are used to determine the result of the last retrieval operation on the cache.
| Member Name | Description |
|---|---|
| Found | The requested object was found. |
| NotFound | The requested object could not be found |
| Deleted | The requested object was found but is marked for deletion. |
Namespace: AtomsFramework
Assembly: AtomsFramework (in AtomsFramework.dll)