Open sandboxFocus

Namespace Metalama.Patterns.Caching.Backends.Redis.Observing

Classes

CacheCleanupFailureArgs

Provides data for the OnCacheCleanupFailure(CacheCleanupFailureArgs) method.

EvictionNotificationReceivedArgs

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

GraphDefectArgs

Provides data for the OnGraphDefect(GraphDefectArgs) event.

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.

RedisCacheDependencyGarbageCollectorObserver

An observer that receives notifications about events occurring in RedisCacheDependencyGarbageCollector. Derive from this class and register it with the service provider to receive notifications.

Enums

GraphDefectKind

The kind of graph defect detected during cleanup.