0 out of 3 rated this helpful - Rate this topic

System.Net.Cache Namespace

Note: This namespace is new in the .NET Framework version 2.0.

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

  Class Description
Public class HttpRequestCachePolicy Defines an application's caching requirements for resources obtained by using HttpWebRequest objects.
Public class RequestCachePolicy Defines an application's caching requirements for resources obtained by using WebRequest objects.
  Enumeration Description
Public enumeration HttpCacheAgeControl Specifies the meaning of time values that control caching behavior for resources obtained using HttpWebRequest objects.
Public enumeration HttpRequestCacheLevel Specifies caching behavior for resources obtained using the Hypertext Transfer protocol (HTTP).
Public enumeration RequestCacheLevel Specifies caching behavior for resources obtained using WebRequest and its derived classes.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ