HttpSysOptions.EnableResponseCaching Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempt kernel-mode caching for responses with eligible headers.
The response may not include Set-Cookie, Vary, or Pragma headers.
It must include a Cache-Control header that's public and either a shared-max-age or max-age value, or an Expires header.
The default is 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