Enum UpdateItemResultState
Represents that state of an update operation.
Namespace:CacheManager.Core.Internal
Assembly:CacheManager.Core.dll
Syntax
public enum UpdateItemResultState
Fields
| Name | Description |
|---|---|
| FactoryReturnedNull | Internal state representing a failure where the factory function returns null instead of a valid value. |
| ItemDidNotExist | The state represents a failed attempt. The cache item did not exist, so no update could be made. |
| Success | The state represents a successful update operation. |
| TooManyRetries | The state represents a failed attempt. The retries limit had been reached. |