Enum ResponseCacheLocation
Determines the value for the "Cache-control" header in the response.
public enum 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".