OutputCacheContext.ResponseExpirationTimeSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the amount of time the response should be cached for.
public TimeSpan? ResponseExpirationTimeSpan { get; set; }
member this.ResponseExpirationTimeSpan : Nullable<TimeSpan> with get, set
Public Property ResponseExpirationTimeSpan As Nullable(Of TimeSpan)