Class Constants.DeliveryApi.OutputCache
Constants for Delivery API output cache.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.DeliveryApi.OutputCache
Fields
View SourceAllContentTag
Tag that matches all cached Delivery API content responses.
Declaration
public const string AllContentTag = "umb-dapi-content-all"
Field Value
| Type | Description |
|---|---|
| string |
AllMediaTag
Tag that matches all cached Delivery API media responses.
Declaration
public const string AllMediaTag = "umb-dapi-media-all"
Field Value
| Type | Description |
|---|---|
| string |
AllTag
Tag that matches all cached Delivery API responses (content and media).
Declaration
public const string AllTag = "umb-dapi-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-dapi-content-ancestor-"
Field Value
| Type | Description |
|---|---|
| string |
ContentCachePolicy
Output cache policy name for content.
Declaration
public const string ContentCachePolicy = "DeliveryApiContent"
Field Value
| Type | Description |
|---|---|
| string |
ContentTagPrefix
Tag prefix for a specific content item (followed by the content key).
Declaration
public const string ContentTagPrefix = "umb-dapi-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-dapi-content-type-"
Field Value
| Type | Description |
|---|---|
| string |
MediaCachePolicy
Output cache policy name for media.
Declaration
public const string MediaCachePolicy = "DeliveryApiMedia"
Field Value
| Type | Description |
|---|---|
| string |
MediaTagPrefix
Tag prefix for a specific media item (followed by the media key).
Declaration
public const string MediaTagPrefix = "umb-dapi-media-"
Field Value
| Type | Description |
|---|---|
| string |