adds notes, removes IPublishedCacheComposer

This commit is contained in:
Shannon
2020-12-22 12:33:00 +11:00
parent f5e9441e9f
commit 57020b4778
9 changed files with 20 additions and 35 deletions

View File

@@ -172,7 +172,7 @@ namespace Umbraco.Web.Common.Middleware
ref s_cacheInitializedLock,
() =>
{
_publishedSnapshotServiceEventHandler.Start();
_publishedSnapshotServiceEventHandler.Initialize();
return true;
});
}