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

@@ -12,7 +12,7 @@ using System.Linq;
using umbraco.BusinessLogic;
using umbraco.presentation.preview;
namespace Umbraco.Web.PublishedCache.LegacyXmlCache
namespace Umbraco.Web.PublishedCache.XmlPublishedCache
{
internal class PublishedContentCache : IPublishedContentCache
{

View File

@@ -19,7 +19,7 @@ using umbraco;
using umbraco.cms.businesslogic;
using ContentType = umbraco.cms.businesslogic.ContentType;
namespace Umbraco.Web.PublishedCache.LegacyXmlCache
namespace Umbraco.Web.PublishedCache.XmlPublishedCache
{
/// <summary>
/// An IPublishedMediaStore that first checks for the media in Examine, and then reverts to the database

View File

@@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using Umbraco.Core.ObjectResolution;
namespace Umbraco.Web.PublishedCache.LegacyXmlCache
namespace Umbraco.Web.PublishedCache.XmlPublishedCache
{
class RoutesCache
{