Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Net.Cache Namespace

The System.Net.Cache namespace defines the types and enumerations used to define cache policies for resources obtained using the WebRequest and HttpWebRequest classes.

  ClassDescription
Public classHttpRequestCachePolicyDefines an application's caching requirements for resources obtained by using HttpWebRequest objects.
Public classRequestCachePolicyDefines an application's caching requirements for resources obtained by using WebRequest objects.

  EnumerationDescription
Public enumerationHttpCacheAgeControlSpecifies the meaning of time values that control caching behavior for resources obtained using HttpWebRequest objects.
Public enumerationHttpRequestCacheLevelSpecifies caching behavior for resources obtained using the Hypertext Transfer protocol (HTTP).
Public enumerationRequestCacheLevelSpecifies caching behavior for resources obtained using WebRequest and its derived classes.

Community Additions

Show:
© 2017 Microsoft