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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user