diff --git a/src/Umbraco.Web/CacheHelperExtensions.cs b/src/Umbraco.Web/CacheHelperExtensions.cs index 780f841190..ab96a0ee6a 100644 --- a/src/Umbraco.Web/CacheHelperExtensions.cs +++ b/src/Umbraco.Web/CacheHelperExtensions.cs @@ -16,7 +16,7 @@ namespace Umbraco.Web /// /// Extension methods for the cache helper /// - internal static class CacheHelperExtensions + public static class CacheHelperExtensions { /// /// Application event handler to bind to events to clear the cache for the cache helper extensions @@ -84,4 +84,4 @@ namespace Umbraco.Web cacheHelper.ClearCacheByKeySearch(PartialViewCacheKey); } } -} \ No newline at end of file +}