Class DataTypeCacheRefresherNotification
Notification that triggers the data type cache refresher.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class DataTypeCacheRefresherNotification : CacheRefresherNotification, INotification
Remarks
This notification is used to synchronize data type cache invalidation across multiple servers in a load-balanced environment.
Constructors
View SourceDataTypeCacheRefresherNotification(object, MessageType)
Initializes a new instance of the DataTypeCacheRefresherNotification class.
Declaration
public DataTypeCacheRefresherNotification(object messageObject, MessageType messageType)
Parameters
| Type | Name | Description |
|---|---|---|
| object | messageObject | The payload containing information about the data type to refresh. |
| MessageType | messageType | The type of cache refresh operation. |