Class UserGroupDeletedDistributedCacheNotificationHandler
Defines a handler for a TNotification
that triggers a distributed cache refresher.
Inheritance
System.Object
DeletedDistributedCacheNotificationHandlerBase<IUserGroup, UserGroupDeletedNotification, IUserGroup>
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 SourceUserGroupDeletedDistributedCacheNotificationHandler(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 SourceHandle(IEnumerable<IUserGroup>)
Handles the specified entities.
Declaration
protected override void Handle(IEnumerable<IUserGroup> entities)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IUserGroup> | entities |