ResponseCacheLocation Enum

Definition

Determines the value for the "Cache-control" header in the response.

public enum class ResponseCacheLocation
public enum ResponseCacheLocation
type ResponseCacheLocation = 
Public Enum ResponseCacheLocation
Inheritance
ResponseCacheLocation

Fields

Any 0

Cached in both proxies and client. Sets "Cache-control" header to "public".

Client 1

Cached only in the client. Sets "Cache-control" header to "private".

None 2

"Cache-control" and "Pragma" headers are set to "no-cache".

Applies to