Namespace System.Net.Cache
The System.Net.Cache
namespace provides types that enable caching of requests made by the
WebRequest and related classes.
You can control how resources are cached, specify cache policies, and manage cache entries.
Classes
Name | Summary |
---|---|
RequestCache | Abstract base class that represents a cache for web resources. |
RequestCachePolicy | Specifies the caching policy for an individual request. |
RequestCacheBinding | Provides a request with a RequestCache and a RequestCachePolicy . |
RequestCacheValidator | Base class for validators that determine whether a cached entry is still valid. |
Enums
Name | Summary |
---|---|
RequestCacheLevel | Specifies the level of caching a request can use. |
HttpCacheAgeControl | Controls how the Age header is managed when a response is cached. |