The System.Net.Cache namespace defines the types and enumerations used to define cache policies for resources obtained using the System.Net.WebRequest and System.Net.HttpWebRequest classes.
Type | Reason |
---|---|
HttpCacheAgeControl |
![]() Specifies the meaning of time values that control caching behavior for resources obtained using System.Net.HttpWebRequest objects. |
HttpRequestCacheLevel |
![]() Specifies caching behavior for resources obtained using the Hypertext Transfer protocol (HTTP). |
HttpRequestCachePolicy |
![]() Defines an application's caching requirements for resources obtained by using System.Net.HttpWebRequest objects. |
RequestCacheLevel |
![]() Specifies caching behavior for resources obtained using System.Net.WebRequest and its derived classes. |
RequestCachePolicy |
![]() Defines an application's caching requirements for resources obtained by using System.Net.WebRequest objects. |