Class SavedDistributedCacheNotificationHandlerBase<TEntity, TNotification, TNotificationObject>
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public abstract class SavedDistributedCacheNotificationHandlerBase<TEntity, TNotification, TNotificationObject> : DistributedCacheNotificationHandlerBase<TEntity, TNotification>, IDistributedCacheNotificationHandler<TNotification>, INotificationHandler<TNotification>, IDistributedCacheNotificationHandler, INotificationHandler where TNotification : SavedNotification<TNotificationObject>
Type Parameters
| Name | Description |
|---|---|
| TEntity | The type of the entity. |
| TNotification | The type of the notification. |
| TNotificationObject | The type of the notification object. |