Lots of notes, removes data tokens,

This commit is contained in:
Shannon
2020-12-10 18:09:32 +11:00
parent 4b85f8eb20
commit 63ab8ec52c
41 changed files with 464 additions and 831 deletions

View File

@@ -23,6 +23,13 @@ namespace Umbraco.Web.PublishedCache
*
*/
/// <summary>
/// Loads the caches on startup - called once during startup
/// TODO: Temporary, this is temporal coupling, we cannot use IUmbracoApplicationLifetime.ApplicationInit (which we want to delete)
/// handler because that is executed with netcore's IHostApplicationLifetime.ApplicationStarted mechanism which fires async
/// which we don't want since this will not have initialized before our endpoints execute. So for now this is explicitly
/// called on UseUmbracoContentCaching on startup.
/// </summary>
void LoadCachesOnStartup();
/// <summary>