Enumeration of operation kinds for TryAsync(OperationKind, int, Exception?, ref object?, CancellationToken) and IExceptionHandlingPolicy.
Namespace: Metalama.Patterns.Caching.Resilience
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public enum OperationKindFields
| Name | Description |
|---|---|
| Background | A background (non-blocking) operation. |
| CleanUp | Clean up. |
| Collect | Garbage collection. |
| ContainsDependency | |
| ContainsItem | |
| GetItem | |
| InvalidateDependency | |
| None | An operation of an unspecified type. |
| RemoveItem | |
| SetItem |