Name

HttpCacheRevalidation

Synopsis

This enumeration is used by the SetRevalidation() method of the HttpCachePolicy class, which programmatically forces the revalidation of a page. If you use ProxyCaches with this method, the page will be dropped from all shared caches, but potentially left in the client’s local cache. If you use AllCaches, the page will be dropped from all caches.

Public Enum HttpCacheRevalidation
                  AllCaches = 1
                  ProxyCaches = 2
                  None = 3
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) HttpCacheRevalidation

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.