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