Moves some legacy classes into LegacyClasses.cs and un-seals some refreshers with comments to support legacy classes.

This commit is contained in:
Shannon Deminick
2013-03-18 21:18:22 +06:00
parent f993e96547
commit e3a8b4ac78
13 changed files with 408 additions and 327 deletions

View File

@@ -6,7 +6,14 @@ using umbraco.interfaces;
namespace Umbraco.Web.Cache
{
public sealed class MediaCacheRefresher : ICacheRefresher<IMedia>
/// <summary>
/// A cache refresher to ensure media cache is updated when members change
/// </summary>
/// <remarks>
/// This is not intended to be used directly in your code and it should be sealed but due to legacy code we cannot seal it.
/// </remarks>
public class MediaCacheRefresher : ICacheRefresher<IMedia>
{
public Guid UniqueIdentifier
{