Response.CacheTtl Property

Definition

Enable kernel caching for the response with the given timeout. Http.Sys determines if the response can be cached.

public:
 property Nullable<TimeSpan> CacheTtl { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? CacheTtl { get; set; }
member this.CacheTtl : Nullable<TimeSpan> with get, set
Public Property CacheTtl As Nullable(Of TimeSpan)

Property Value

Applies to