Class CoreCacheHelperExtensions
Extension methods for the cache helper
Inheritance
System.Object
Namespace: Umbraco.Extensions
Assembly: Umbraco.Core.dll
Syntax
public static class CoreCacheHelperExtensions
Fields
View SourcePartialViewCacheKey
Declaration
public const string PartialViewCacheKey = "Umbraco.Web.PartialViewCacheKey"
Field Value
Type | Description |
---|---|
System.String |
Methods
View SourceClearPartialViewCache(AppCaches)
Clears the cache for partial views
Declaration
public static void ClearPartialViewCache(this AppCaches appCaches)
Parameters
Type | Name | Description |
---|---|---|
AppCaches | appCaches |