Provides data for the OnCacheCleanupFailure(CacheCleanupFailureArgs) method.
Namespace: Metalama.Patterns.Caching.Backends.Redis.Observing
Assembly: Metalama.Patterns.Caching.Backends.Redis.dll
Syntax
public sealed class CacheCleanupFailureArgsConstructors
| Name | Description |
|---|---|
| CacheCleanupFailureArgs(string, Exception?) | Initializes a new instance of the CacheCleanupFailureArgs class. |
Properties
| Name | Description |
|---|---|
| Exception | Gets the exception that caused the failure, if any. |
| Message | Gets a message describing the failure. |
Methods
| Name | Description |
|---|---|
| ToString() |