Web.Routing - go public

This commit is contained in:
Stephan
2013-01-24 08:51:27 -01:00
parent edb84b3c97
commit 5110e0ec0e
31 changed files with 37 additions and 37 deletions

View File

@@ -10,7 +10,7 @@ namespace Umbraco.Web.PublishedCache
/// <summary>
/// Provides access to cached contents in a specified context.
/// </summary>
internal abstract class ContextualPublishedCache
public abstract class ContextualPublishedCache
{
protected readonly UmbracoContext UmbracoContext;
private readonly IPublishedCache _cache;