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:
@@ -22,6 +22,7 @@ namespace Umbraco.Web.Cache
|
||||
dc.RefreshAll(new Guid(DistributedCache.PublicAccessCacheRefresherId));
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
#region Application tree cache
|
||||
|
||||
Reference in New Issue
Block a user