Interface IDistributedCacheNotificationHandler<TNotification>
Defines a handler for a TNotification
that triggers a distributed cache refresher.
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public interface IDistributedCacheNotificationHandler<in TNotification> : INotificationHandler<TNotification>, IDistributedCacheNotificationHandler, INotificationHandler where TNotification : INotification
Type Parameters
Name | Description |
---|---|
TNotification | The type of the notification. |