asp.net.ph

OutputCacheLocation Enumeration

System.Web.UI Namespace


Specifies the valid values for the location of the output cache.

Remarks

The values specified by this enumeration are used when you include an @ OutputCache directive in a .aspx file. These values set the cacheability of page output. For more information, see Caching ASP.NET Pages.

Members


Member name Description
Any The output cache can be located on the browser client ( where the request originated ), on a proxy server ( or any other server ) participating in the request, or on the server where the request was processed.
Client The output cache is located on the browser client where the request originated.
Downstream The output cache can be stored in any HTTP 1.1 cache-capable devices other than the origin server. This includes proxy servers and the client that made the request.
None The output cache is disabled for the requested page.
Server The output cache is located on the Web server where the request was processed.

See Also

@ OutputCache Directive   Caching ASP.NET Pages   Page Class Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph