A class that can be registered with the service provider to observe Redis backend events. All methods have empty default implementations and can be overridden selectively.
Namespace: Metalama.Patterns.Caching.Backends.Redis.Observing
Assembly: Metalama.Patterns.Caching.Backends.Redis.dll
Syntax
public class RedisBackendObserverConstructors
| Name | Description |
|---|---|
| RedisBackendObserver() |
Methods
| Name | Description |
|---|---|
| OnGraphDefect(GraphDefectArgs) | Called when a graph defect is detected during cleanup operations. |
| OnNotificationThreadCompleted() | Called when a notification processing thread completes. |
| OnNotificationThreadStarted() | Called when a notification processing thread starts. |