HttpSysOptions.EnableResponseCaching プロパティ

定義

対象となるヘッダーを持つ応答に対して、カーネル モードのキャッシュを試行します。 応答に Set-Cookie、Vary、または Pragma ヘッダーが含まれていない場合があります。 パブリックのCache-Control ヘッダーと、shared-max-age 値または max-age 値、または Expires ヘッダーを含める必要があります。 既定値は、true です。

public:
 property bool EnableResponseCaching { bool get(); void set(bool value); };
public bool EnableResponseCaching { get; set; }
member this.EnableResponseCaching : bool with get, set
Public Property EnableResponseCaching As Boolean

プロパティ値

適用対象