cleanup and explicitly registering sections

This commit is contained in:
Shannon
2019-01-17 17:04:53 +11:00
parent cfe1b17eec
commit 0160f141f4
34 changed files with 183 additions and 1809 deletions

View File

@@ -18,24 +18,6 @@ namespace Umbraco.Web.Cache
#endregion
//#region ApplicationTreeCache
//public static void RefreshAllApplicationTreeCache(this DistributedCache dc)
//{
// dc.RefreshAll(ApplicationTreeCacheRefresher.UniqueId);
//}
//#endregion
//#region ApplicationCache
//public static void RefreshAllApplicationCache(this DistributedCache dc)
//{
// dc.RefreshAll(ApplicationCacheRefresher.UniqueId);
//}
//#endregion
#region User cache
public static void RemoveUserCache(this DistributedCache dc, int userId)
@@ -74,7 +56,6 @@ namespace Umbraco.Web.Cache
#endregion
#region TemplateCache
public static void RefreshTemplateCache(this DistributedCache dc, int templateId)