Class Constants.Website.OutputCache
Constants related to website output caching.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.Website.OutputCache
Fields
View SourceAllContentTag
Tag that matches all cached website content pages.
Declaration
public const string AllContentTag = "umb-content-all"
Field Value
| Type | Description |
|---|---|
| string |
AncestorTagPrefix
Tag prefix for ancestor-based eviction (followed by the ancestor content key).
Declaration
public const string AncestorTagPrefix = "umb-content-ancestor-"
Field Value
| Type | Description |
|---|---|
| string |
ContentCachePolicy
The named output cache policy for Umbraco website content.
Declaration
public const string ContentCachePolicy = "UmbracoWebsiteContent"
Field Value
| Type | Description |
|---|---|
| string |
ContentTagPrefix
Tag prefix for a specific content item (followed by the content key).
Declaration
public const string ContentTagPrefix = "umb-content-"
Field Value
| Type | Description |
|---|---|
| string |
ContentTypeTagPrefix
Tag prefix for content type-based eviction (followed by the content type alias).
Declaration
public const string ContentTypeTagPrefix = "umb-content-type-"
Field Value
| Type | Description |
|---|---|
| string |