The methods of System.Web.HttpCachePolicy are listed below. For a list of all members, see the HttpCachePolicy Members list.
See Also: Inherited members from System.Object
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)
|