Open sandboxFocus

Class EvictionNotificationReceivedArgs

Provides data for eviction notification events received from Redis keyspace notifications.

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

Properties

Name Description
Channel

Gets the Redis channel on which the notification was received.

Value

Gets the value associated with the notification, typically containing the affected key name.

Extension Methods