HttpSysOptions.EnableResponseCaching 속성

정의

적합한 헤더가 있는 응답에 대해 커널 모드 캐싱을 시도합니다. 응답에는 Set-Cookie, Vary 또는 Pragma 헤더가 포함되지 않을 수 있습니다. 공용인 Cache-Control 헤더와 공유-최대 연령 또는 최대 연령 값 또는 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

속성 값

적용 대상