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.
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. |
Namespace: System.Web
Assembly: System.Web.dll