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