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