2021-03-15 13:39:34 +11:00
|
|
|
|
using Umbraco.Cms.Core.Sync;
|
|
|
|
|
|
|
2021-05-11 14:33:49 +02:00
|
|
|
|
namespace Umbraco.Cms.Core.Notifications
|
2021-03-15 13:39:34 +11:00
|
|
|
|
{
|
|
|
|
|
|
public class DomainCacheRefresherNotification : CacheRefresherNotification
|
|
|
|
|
|
{
|
|
|
|
|
|
public DomainCacheRefresherNotification(object messageObject, MessageType messageType) : base(messageObject, messageType)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|