Ensures that the cache is updated properly with cache refreshers, ensures that the GetAll method for public access repo doesn't make any db calls and uses a non validating cache since it gets called a ton.

This commit is contained in:
Shannon
2015-01-28 16:15:34 +11:00
parent 214db84f9d
commit 0a0e34d806
15 changed files with 129 additions and 88 deletions

View File

@@ -22,6 +22,7 @@ namespace Umbraco.Web.Cache
dc.RefreshAll(new Guid(DistributedCache.PublicAccessCacheRefresherId));
}
#endregion
#region Application tree cache