Sunday, July 22, 2007

Cache: Cache Location

Cache Location: Where items are cached
OutputCache directive’s location atribute and the HttpCachePolicy object’s SetCacheability property determine the location
By default, ASP.net caches responses at any available location that accepts cache items
Location values can be: Any, Client, Server, None, DownStream, ServerAndClient

No comments: