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