HttpSysOptions.EnableResponseCaching 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
적합한 헤더가 있는 응답에 대해 커널 모드 캐싱을 시도합니다.
응답에는 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