Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
Conflicts: src/Umbraco.Core/Profiling/ProfilingViewEngine.cs
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Umbraco.Web
|
||||
/// <summary>
|
||||
/// Extension methods for the cache helper
|
||||
/// </summary>
|
||||
internal static class CacheHelperExtensions
|
||||
public static class CacheHelperExtensions
|
||||
{
|
||||
|
||||
public const string PartialViewCacheKey = "Umbraco.Web.PartialViewCacheKey";
|
||||
@@ -54,4 +54,4 @@ namespace Umbraco.Web
|
||||
cacheHelper.ClearCacheByKeySearch(PartialViewCacheKey);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user