Merge remote-tracking branch 'origin/6.2.0' into 7.0.2

Conflicts:
	src/Umbraco.Core/Profiling/ProfilingViewEngine.cs
This commit is contained in:
Shannon
2013-12-19 12:53:32 +11:00
9 changed files with 176 additions and 26 deletions

View File

@@ -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);
}
}
}
}