Class PublicAccessEntryDeletedDistributedCacheNotificationHandler
Defines a handler for a TNotification
that triggers a distributed cache refresher.
Inheritance
System.Object
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 SourcePublicAccessEntryDeletedDistributedCacheNotificationHandler(DistributedCache)
Initializes a new instance of the Public
Declaration
public PublicAccessEntryDeletedDistributedCacheNotificationHandler(DistributedCache distributedCache)
Parameters
Type | Name | Description |
---|---|---|
Distributed |
distributedCache | The distributed cache. |
Methods
View SourceHandle(IEnumerable<PublicAccessEntry>)
Handles the specified entities.
Declaration
protected override void Handle(IEnumerable<PublicAccessEntry> entities)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Public |
entities |