Splits into files, adds ICacheRefresherNotificationFactory, removes Init method
This commit is contained in:
11
src/Umbraco.Core/Cache/UserCacheRefresherNotification.cs
Normal file
11
src/Umbraco.Core/Cache/UserCacheRefresherNotification.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Umbraco.Cms.Core.Sync;
|
||||
|
||||
namespace Umbraco.Cms.Core.Cache
|
||||
{
|
||||
public class UserCacheRefresherNotification : CacheRefresherNotification
|
||||
{
|
||||
public UserCacheRefresherNotification(object messageObject, MessageType messageType) : base(messageObject, messageType)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user