Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemplateDeletedDistributedCacheNotificationHandler

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

    Inheritance
    System.Object
    DistributedCacheNotificationHandlerBase<ITemplate, TemplateDeletedNotification>
    DeletedDistributedCacheNotificationHandlerBase<ITemplate, TemplateDeletedNotification, ITemplate>
    DeletedDistributedCacheNotificationHandlerBase<ITemplate, TemplateDeletedNotification>
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class TemplateDeletedDistributedCacheNotificationHandler : DeletedDistributedCacheNotificationHandlerBase<ITemplate, TemplateDeletedNotification>, IDistributedCacheNotificationHandler<TemplateDeletedNotification>, INotificationHandler<TemplateDeletedNotification>, IDistributedCacheNotificationHandler, INotificationHandler

    Constructors

    View Source

    TemplateDeletedDistributedCacheNotificationHandler(DistributedCache)

    Initializes a new instance of the TemplateDeletedDistributedCacheNotificationHandler class.

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

    The distributed cache.

    Methods

    View Source

    Handle(IEnumerable<ITemplate>)

    Handles the specified entities.

    Declaration
    protected override void Handle(IEnumerable<ITemplate> entities)
    Parameters
    Type Name Description
    IEnumerable<ITemplate> entities
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TemplateDeletedDistributedCacheNotificationHandler(DistributedCache)
    • Methods
      • Handle(IEnumerable<ITemplate>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX