WIP - moved out the tree and section service from Core, these are web only things, removes their xml parsing, fixes base controller ctor params with UmbracoContext, need to implement tree/section collections taking into account controllers and not scanning so much

This commit is contained in:
Shannon
2019-01-17 13:20:19 +11:00
parent 67c571fb28
commit 355ac09d90
62 changed files with 2043 additions and 2050 deletions

View File

@@ -18,23 +18,23 @@ namespace Umbraco.Web.Cache
#endregion
#region ApplicationTreeCache
//#region ApplicationTreeCache
public static void RefreshAllApplicationTreeCache(this DistributedCache dc)
{
dc.RefreshAll(ApplicationTreeCacheRefresher.UniqueId);
}
//public static void RefreshAllApplicationTreeCache(this DistributedCache dc)
//{
// dc.RefreshAll(ApplicationTreeCacheRefresher.UniqueId);
//}
#endregion
//#endregion
#region ApplicationCache
//#region ApplicationCache
public static void RefreshAllApplicationCache(this DistributedCache dc)
{
dc.RefreshAll(ApplicationCacheRefresher.UniqueId);
}
//public static void RefreshAllApplicationCache(this DistributedCache dc)
//{
// dc.RefreshAll(ApplicationCacheRefresher.UniqueId);
//}
#endregion
//#endregion
#region User cache