The members of System.Web.HttpCachePolicy are listed below.
See Also: Inherited members from System.Object
[read-only] | VaryByContentEncodings | HttpCacheVaryByContentEncodings.
Gets the list of Content-Encoding headers that will be used to vary the output cache. |
[read-only] | VaryByHeaders | HttpCacheVaryByHeaders.
Gets the list of all HTTP headers that will be used to vary cache output. |
[read-only] | VaryByParams | HttpCacheVaryByParams.
Gets the list of parameters received by an HTTP GET or HTTP POST that affect caching. |
AddValidationCallback(HttpCacheValidateHandler, object)
| ||
AppendCacheExtension(string)
| ||
SetAllowResponseInBrowserHistory(bool)
| ||
SetCacheability(HttpCacheability)
| ||
SetCacheability(HttpCacheability, string)
| ||
SetETag(string)
| ||
SetETagFromFileDependencies()
| ||
SetExpires(DateTime)
| ||
SetLastModified(DateTime)
| ||
SetLastModifiedFromFileDependencies()
| ||
SetMaxAge(TimeSpan)
| ||
SetNoServerCaching()
| ||
SetNoStore()
| ||
SetNoTransforms()
| ||
SetOmitVaryStar(bool)
| ||
SetProxyMaxAge(TimeSpan)
| ||
SetRevalidation(HttpCacheRevalidation)
| ||
SetSlidingExpiration(bool)
| ||
SetValidUntilExpires(bool)
| ||
SetVaryByCustom(string)
|