Class PublicAccessCacheRefresherNotification
Notification published when public access cache needs to be refreshed.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class PublicAccessCacheRefresherNotification : CacheRefresherNotification, INotification
Remarks
This notification is used to synchronize public access cache invalidation across multiple servers in a load-balanced environment.
Constructors
View SourcePublicAccessCacheRefresherNotification(object, MessageType)
Initializes a new instance of the PublicAccessCacheRefresherNotification class.
Declaration
public PublicAccessCacheRefresherNotification(object messageObject, MessageType messageType)
Parameters
| Type | Name | Description |
|---|---|---|
| object | messageObject | The payload containing information about the public access entries to refresh. |
| MessageType | messageType | The type of cache refresh operation. |