Interface ICacheRefresherNotificationFactory
Factory for creating cache refresher notification instances
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public interface ICacheRefresherNotificationFactory
Methods
View SourceCreate<TNotification>(Object, MessageType)
Creates a CacheRefresherNotification
Declaration
TNotification Create<TNotification>(object msgObject, MessageType type)
where TNotification : CacheRefresherNotification
Parameters
Type | Name | Description |
---|---|---|
System.Object | msgObject | |
MessageType | type |
Returns
Type | Description |
---|---|
TNotification |
Type Parameters
Name | Description |
---|---|
TNotification | The CacheRefresherNotification to create |