Class PublicAccessEntrySavedDistributedCacheNotificationHandler
Defines a handler for a TNotification
that triggers a distributed cache refresher.
Inheritance
System.Object
SavedDistributedCacheNotificationHandlerBase <PublicAccessEntry , PublicAccessEntrySavedNotification , PublicAccessEntry >
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public sealed class PublicAccessEntrySavedDistributedCacheNotificationHandler : SavedDistributedCacheNotificationHandlerBase<PublicAccessEntry, PublicAccessEntrySavedNotification>, IDistributedCacheNotificationHandler<PublicAccessEntrySavedNotification>, INotificationHandler<PublicAccessEntrySavedNotification>, IDistributedCacheNotificationHandler, INotificationHandler
Constructors
View SourcePublicAccessEntrySavedDistributedCacheNotificationHandler(DistributedCache)
Initializes a new instance of the Public
Declaration
public PublicAccessEntrySavedDistributedCacheNotificationHandler(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 |