Web.PublishedCache - rename LegacyXmlCache into XmlPublishedCache

This commit is contained in:
Stephan
2013-03-22 15:02:26 -01:00
parent b6ec364156
commit 47474d31d6
23 changed files with 24 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ using Umbraco.Web.Models;
using Umbraco.Web.Mvc;
using Umbraco.Web.PropertyEditors;
using Umbraco.Web.PublishedCache;
using Umbraco.Web.PublishedCache.LegacyXmlCache;
using Umbraco.Web.PublishedCache.XmlPublishedCache;
using Umbraco.Web.Routing;
using Umbraco.Web.WebApi;
using umbraco.BusinessLogic;