Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublicAccessEntryDeletedDistributedCacheNotificationHandler

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

    Inheritance
    System.Object
    DistributedCacheNotificationHandlerBase<PublicAccessEntry, PublicAccessEntryDeletedNotification>
    DeletedDistributedCacheNotificationHandlerBase<PublicAccessEntry, PublicAccessEntryDeletedNotification, PublicAccessEntry>
    DeletedDistributedCacheNotificationHandlerBase<PublicAccessEntry, PublicAccessEntryDeletedNotification>
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class PublicAccessEntryDeletedDistributedCacheNotificationHandler : DeletedDistributedCacheNotificationHandlerBase<PublicAccessEntry, PublicAccessEntryDeletedNotification>, IDistributedCacheNotificationHandler<PublicAccessEntryDeletedNotification>, INotificationHandler<PublicAccessEntryDeletedNotification>, IDistributedCacheNotificationHandler, INotificationHandler

    Constructors

    View Source

    PublicAccessEntryDeletedDistributedCacheNotificationHandler(DistributedCache)

    Initializes a new instance of the PublicAccessEntryDeletedDistributedCacheNotificationHandler class.

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

    The distributed cache.

    Methods

    View Source

    Handle(IEnumerable<PublicAccessEntry>)

    Handles the specified entities.

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