NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpCacheability Enumeration

Provides enumeration values for all cache-control header settings.

[Visual Basic]
Public Enum HttpCacheability
[C#]
public enum HttpCacheability
[C++]
public enum HttpCacheability

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
NoCache Indicates that without a field name, a cache must force successful revalidation with the origin server before satisfying the request. With a field name, the cache may use the response to satisfy a subsequent request.
Private Default value. Specifies that the response is cachable only on the client, not by shared caches.
Public Specifies that the response is cachable by clients and shared caches.

Requirements

Namespace: System.Web

Assembly: System.Web.dll

See Also

System.Web Namespace