ResponseCacheLocation 列舉

定義

決定回應中 「Cache-control」 標頭的值。

public enum class ResponseCacheLocation
public enum ResponseCacheLocation
type ResponseCacheLocation = 
Public Enum ResponseCacheLocation
繼承
ResponseCacheLocation

欄位

Any 0

在 Proxy 和用戶端中快取。 將 「Cache-control」 標頭設定為 「public」。

Client 1

只在用戶端中快取。 將 「Cache-control」 標頭設定為 「private」。

None 2

「Cache-control」 和 「Pragma」 標頭會設定為 「no-cache」。

適用於