Class DeletedDistributedCacheNotificationHandlerBase<TEntity, TNotification, TNotificationObject>
Defines a handler for a TNotification
that triggers a distributed cache refresher.
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public abstract class DeletedDistributedCacheNotificationHandlerBase<TEntity, TNotification, TNotificationObject> : DistributedCacheNotificationHandlerBase<TEntity, TNotification>, IDistributedCacheNotificationHandler<TNotification>, INotificationHandler<TNotification>, IDistributedCacheNotificationHandler, INotificationHandler where TNotification : DeletedNotification<TNotificationObject>
Type Parameters
Name | Description |
---|---|
TEntity | The type of the entity. |
TNotification | The type of the notification. |
TNotificationObject | The type of the notification object. |