Interface IDistributedCacheAsyncNotificationHandler<TNotification>
Defines an asynchronous handler for a TNotification that should be invoked when notifications are dispatched in a distributed cache scope (e.g. to trigger a distributed cache refresher).
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public interface IDistributedCacheAsyncNotificationHandler<in TNotification> : INotificationAsyncHandler<TNotification>, IDistributedCacheNotificationHandler, INotificationHandler where TNotification : INotification
Type Parameters
| Name | Description |
|---|---|
| TNotification | The type of the notification. |