Class UserDeletedDistributedCacheNotificationHandler
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
Inheritance
object
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public sealed class UserDeletedDistributedCacheNotificationHandler : DeletedDistributedCacheNotificationHandlerBase<IUser, UserDeletedNotification>, IDistributedCacheNotificationHandler<UserDeletedNotification>, INotificationHandler<UserDeletedNotification>, IDistributedCacheNotificationHandler, INotificationHandler
Constructors
View SourceUserDeletedDistributedCacheNotificationHandler(DistributedCache)
Initializes a new instance of the UserDeletedDistributedCacheNotificationHandler class.
Declaration
public UserDeletedDistributedCacheNotificationHandler(DistributedCache distributedCache)
Parameters
| Type | Name | Description |
|---|---|---|
| DistributedCache | distributedCache | The distributed cache. |
Methods
View SourceHandle(IEnumerable<IUser>)
Handles the specified entities.
Declaration
[Obsolete("Scheduled for removal in Umbraco 18.")]
protected override void Handle(IEnumerable<IUser> entities)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<IUser> | entities | The entities. |
Handle(IEnumerable<IUser>, IDictionary<string, object?>)
Handles the specified entities.
Declaration
protected override void Handle(IEnumerable<IUser> entities, IDictionary<string, object?> state)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<IUser> | entities | The entities. |
| IDictionary<string, object> | state | The notification state. |