Web.PublishedCache - introduce contextual caches
This commit is contained in:
@@ -317,7 +317,7 @@ namespace Umbraco.Web
|
||||
// if yes, return true
|
||||
private static bool EnsureHasContent(UmbracoContext context, HttpContextBase httpContext)
|
||||
{
|
||||
var store = context.RoutingContext.UmbracoContext.ContentCache;
|
||||
var store = context.ContentCache;
|
||||
if (store.HasContent(context))
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user