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)

プロパティ値

適用対象