Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
explain types of caching and where are they stored ?

and please mention above question
Posted

Check this out:

ASP.NET Page Output Cache[^]

hope it helps :)
 
Share this answer
 
By default, when you use the OutputCache, content is cached in three locations: the web server, any proxy servers, and the web browser. You can control exactly where content is cached by modifying the Location property of the OutputCache .

You can set the Location property to any one of the following values:

1. Any

2. Client

3. Downstream

4. Server

5. None

6. ServerAndClient
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900