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