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 SourceContentCachePolicy
Output cache policy name for content.
Declaration
public const string ContentCachePolicy = "DeliveryApiContent"
Field Value
| Type | Description |
|---|---|
| string |
MediaCachePolicy
Output cache policy name for media.
Declaration
public const string MediaCachePolicy = "DeliveryApiMedia"
Field Value
| Type | Description |
|---|---|
| string |