Web.PublishedCache - create, migrate

This commit is contained in:
Stephan
2013-02-05 06:31:13 -01:00
parent 4c3d2c10ac
commit ef9ce720b2
49 changed files with 427 additions and 335 deletions

View File

@@ -317,7 +317,7 @@ namespace Umbraco.Web
// if yes, return true
private static bool EnsureHasContent(UmbracoContext context, HttpContextBase httpContext)
{
var store = context.RoutingContext.PublishedContentStore;
var store = context.RoutingContext.PublishedContentCache;
if (store.HasContent(context))
return true;