AtomsFramework Persistence Layer Reference Guide

CacheEntryDictionary.CacheStatus Enumeration

[This is preliminary documentation and subject to change.]

Status types for cache operations.

[Visual Basic]
Public Enum CacheEntryDictionary.CacheStatus
[C#]
public enum CacheEntryDictionary.CacheStatus

Remarks

These status values are used to determine the result of the last retrieval operation on the cache.

Members

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.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AtomsFramework Namespace