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