Search Results for

    Show / Hide Table of Contents
    View Source

    Class ElementTreeChangeDistributedCacheNotificationHandler

    Inheritance
    object
    DistributedCacheNotificationHandlerBase<TreeChange<IElement>, ElementTreeChangeNotification>
    TreeChangeDistributedCacheNotificationHandlerBase<TreeChange<IElement>, ElementTreeChangeNotification, IElement>
    TreeChangeDistributedCacheNotificationHandlerBase<IElement, ElementTreeChangeNotification>
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public class ElementTreeChangeDistributedCacheNotificationHandler : TreeChangeDistributedCacheNotificationHandlerBase<IElement, ElementTreeChangeNotification>, IDistributedCacheNotificationHandler<ElementTreeChangeNotification>, INotificationHandler<ElementTreeChangeNotification>, IDistributedCacheNotificationHandler, INotificationHandler

    Constructors

    View Source

    ElementTreeChangeDistributedCacheNotificationHandler(DistributedCache)

    Initializes a new instance of the ElementTreeChangeDistributedCacheNotificationHandler class.

    Declaration
    public ElementTreeChangeDistributedCacheNotificationHandler(DistributedCache distributedCache)
    Parameters
    Type Name Description
    DistributedCache distributedCache

    The distributed cache.

    Methods

    View Source

    Handle(IEnumerable<TreeChange<IElement>>, IDictionary<string, object?>)

    Handles the specified entities.

    Declaration
    protected override void Handle(IEnumerable<TreeChange<IElement>> entities, IDictionary<string, object?> state)
    Parameters
    Type Name Description
    IEnumerable<TreeChange<IElement>> entities

    The entities.

    IDictionary<string, object> state

    The notification state.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX