Search Results for

    Show / Hide Table of Contents
    View Source

    Class SavedDistributedCacheNotificationHandlerBase<TEntity, TNotification, TNotificationObject>

    Defines a handler for a TNotification that triggers a distributed cache refresher.

    Inheritance
    System.Object
    DistributedCacheNotificationHandlerBase<TEntity, TNotification>
    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX