Class CacheRefresherEventArgs
Event args for cache refresher updates
Inheritance
System.Object
System.EventArgs
Namespace: Umbraco.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public class CacheRefresherEventArgs : EventArgs
Constructors
View SourceCacheRefresherEventArgs(Object, MessageType)
Declaration
public CacheRefresherEventArgs(object msgObject, MessageType type)
Parameters
Type | Name | Description |
---|---|---|
System.Object | msgObject | |
MessageType | type |
Properties
View SourceMessageObject
Declaration
public object MessageObject { get; }
Property Value
Type | Description |
---|---|
System.Object |
MessageType
Declaration
public MessageType MessageType { get; }
Property Value
Type | Description |
---|---|
MessageType |