Files
Umbraco-CMS/src/Umbraco.Web/PublishedCache/IPublishedMediaCache.cs

12 lines
216 B
C#
Raw Normal View History

2013-02-05 06:31:13 -01:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Umbraco.Web.PublishedCache
{
internal interface IPublishedMediaCache : IPublishedCache
{
}
}