Web.PublishedCache - IPublishedCaches doesn't return !contextual caches anymore
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user