Statuses of a CachingBackend.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public enum CachingBackendStatus
Fields
Name | Description |
---|---|
Default | Default. |
DisposeFailed | A previous call of Dispose failed. |
Disposed | Already disposed. |
Disposing | Being currently disposed. |