fix merge + public

This commit is contained in:
Stephan
2013-04-10 14:02:16 -02:00
parent 76a12f3f33
commit ef493ef9af
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ namespace Umbraco.Web.PublishedCache
/// <summary>
/// Provides access to cached documents in a specified context.
/// </summary>
public class ContextualPublishedContentCache : ContextualPublishedCache
public class ContextualPublishedContentCache : ContextualPublishedCache<IPublishedContentCache>
{
/// <summary>
/// Initializes a new instance of the <see cref="ContextualPublishedContentCache"/> class with a published content cache and a context.