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

@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Umbraco.Web.PublishedCache
{
internal interface IPublishedMediaCache : IPublishedCache
{
}
}