Open sandboxFocus

Interface IRedisCacheDependencyGarbageCollector

Interface for the Redis cache dependency garbage collector, exposing lifecycle functionality for diagnostics and load testing purposes.

Namespace: Metalama.Patterns.Caching.Backends.Redis
Assembly: Metalama.Patterns.Caching.Backends.Redis.dll
Syntax
public interface IRedisCacheDependencyGarbageCollector : IHostedService, IAsyncDisposable, IDisposable

Methods

Name Description
WhenBackgroundTasksCompleted(CancellationToken)

Awaits until all background tasks have completed.

Extension Methods