Open sandboxFocus

Class CacheCleanupFailureArgs

Provides data for the OnCacheCleanupFailure(CacheCleanupFailureArgs) method.

Inheritance
CacheCleanupFailureArgs
Namespace: Metalama.Patterns.Caching.Backends.Redis.Observing
Assembly: Metalama.Patterns.Caching.Backends.Redis.dll
Syntax
public sealed class CacheCleanupFailureArgs

Constructors

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()

Extension Methods