HttpSysOptions.EnableResponseCaching プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
対象となるヘッダーを持つ応答に対して、カーネル モードのキャッシュを試行します。
応答に 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