Response.CacheTtl 属性

定义

为具有给定超时的响应启用内核缓存。 Http.Sys 确定是否可以缓存响应。

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)

属性值

适用于