Search Results for

    Show / Hide Table of Contents
    View Source

    Class SavedDistributedCacheNotificationHandlerBase<TEntity, TNotification>

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

    Inheritance
    System.Object
    DistributedCacheNotificationHandlerBase<TEntity, TNotification>
    SavedDistributedCacheNotificationHandlerBase<TEntity, TNotification, TEntity>
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class SavedDistributedCacheNotificationHandlerBase<TEntity, TNotification> : SavedDistributedCacheNotificationHandlerBase<TEntity, TNotification, TEntity>, IDistributedCacheNotificationHandler<TNotification>, INotificationHandler<TNotification>, IDistributedCacheNotificationHandler, INotificationHandler where TNotification : SavedNotification<TEntity>
    Type Parameters
    Name Description
    TEntity

    The type of the entity.

    TNotification

    The type of the notification.

    Methods

    View Source

    GetEntities(TNotification)

    Gets the entities from the specified notification.

    Declaration
    protected override IEnumerable<TEntity> GetEntities(TNotification notification)
    Parameters
    Type Name Description
    TNotification notification

    The notification.

    Returns
    Type Description
    IEnumerable<TEntity>

    The entities.

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