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

12 lines
214 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
{
2013-04-10 14:02:16 -02:00
public interface IPublishedMediaCache : IPublishedCache
2013-02-05 06:31:13 -01:00
{
}
}