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 User
Declaration
public UserCacheRefresherNotification(object messageObject, MessageType messageType)
Parameters
Type | Name | Description |
---|---|---|
System. |
messageObject | The refresher payload. |
Message |
messageType | Type of the cache refresher message, Message |