private static void ClearRelatedCache(ResetUmbracoContentTypesEnum publishedContent, string childArg = null) { foreach (var key in CacheKeys[publishedContent]) { HttpResponse.RemoveOutputCacheItem(key); } if (childArg != null && childArg != "#") { HttpResponse.RemoveOutputCacheItem(childArg); } }