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