Open sandboxFocus

Class RedisBackendObserver

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.

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

Constructors

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.

Extension Methods