CacheExpirationActionParameters.CacheDuration Property

Definition

Gets or sets the duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss

[Newtonsoft.Json.JsonProperty(PropertyName="cacheDuration")]
public string CacheDuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cacheDuration")>]
member this.CacheDuration : string with get, set
Public Property CacheDuration As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to