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, IDisposableMethods
| Name | Description |
|---|---|
| WhenBackgroundTasksCompleted(CancellationToken) | Awaits until all background tasks have completed. |