Web.PublishedCache - IPublishedCaches doesn't return !contextual caches anymore

This commit is contained in:
Stephan
2013-04-04 05:10:53 -02:00
parent c5b6bb52e0
commit 7a1e3b96b8
4 changed files with 9 additions and 26 deletions

View File

@@ -11,16 +11,6 @@ namespace Umbraco.Web.PublishedCache
/// <remarks>Groups caches that _may_ be related.</remarks>
interface IPublishedCaches
{
/// <summary>
/// Gets the content cache.
/// </summary>
IPublishedContentCache ContentCache { get; }
/// <summary>
/// Gets the media cache.
/// </summary>
IPublishedMediaCache MediaCache { get; }
/// <summary>
/// Creates a contextual content cache for a specified context.
/// </summary>