Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserGroupDeletedDistributedCacheNotificationHandler

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

    Inheritance
    System.Object
    DistributedCacheNotificationHandlerBase<IUserGroup, UserGroupDeletedNotification>
    DeletedDistributedCacheNotificationHandlerBase<IUserGroup, UserGroupDeletedNotification, IUserGroup>
    DeletedDistributedCacheNotificationHandlerBase<IUserGroup, UserGroupDeletedNotification>
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class UserGroupDeletedDistributedCacheNotificationHandler : DeletedDistributedCacheNotificationHandlerBase<IUserGroup, UserGroupDeletedNotification>, IDistributedCacheNotificationHandler<UserGroupDeletedNotification>, INotificationHandler<UserGroupDeletedNotification>, IDistributedCacheNotificationHandler, INotificationHandler

    Constructors

    View Source

    UserGroupDeletedDistributedCacheNotificationHandler(DistributedCache)

    Initializes a new instance of the UserGroupDeletedDistributedCacheNotificationHandler class.

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

    The distributed cache.

    Methods

    View Source

    Handle(IEnumerable<IUserGroup>)

    Handles the specified entities.

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