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 Cache
Declaration
TNotification Create<TNotification>(object msgObject, MessageType type)
where TNotification : CacheRefresherNotification
Parameters
Type | Name | Description |
---|---|---|
System. |
msgObject | |
Message |
type |
Returns
Type | Description |
---|---|
TNotification |
Type Parameters
Name | Description |
---|---|
TNotification | The Cache |