Class ContentCacheRefresherNotification
A notification that is used to trigger the Content Cache Refresher.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class ContentCacheRefresherNotification : CacheRefresherNotification, INotification
Constructors
View SourceContentCacheRefresherNotification(Object, MessageType)
Initializes a new instance of the ContentCacheRefresherNotification
Declaration
public ContentCacheRefresherNotification(object messageObject, MessageType messageType)
Parameters
Type | Name | Description |
---|---|---|
System.Object | messageObject | The refresher payload. |
MessageType | messageType | Type of the cache refresher message, MessageType |