다음을 통해 공유


WebListenerOptions.EnableResponseCaching 속성

정의

적격 헤더가 있는 응답에 대한 커널 모드 캐싱을 시도합니다. 응답에는 Set-Cookie, Vary 또는 Pragma 헤더가 포함되지 않을 수 있습니다. 여기에는 Public이 있는 Cache-Control 헤더와 Shared-Max-Age 또는 Max-Age 값 또는 Expires 헤더가 포함되어야 합니다.

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

속성 값

적용 대상