Chapter 15. Caching Output

After completing this chapter, you will be able to

  • Cache content

  • Improve the performance of Web applications by using output caching

  • Manage the cached content through the OutputCache directive

  • Manage the cached content through the HttpCachePolicy class

This chapter covers ASP.NET’s support for caching output. In Chapter 14, we saw what an impact data caching could make on your application. By avoiding round-trips to the database, you can make parts of your Web site run much faster than they otherwise would. In addition to data caching, ASP.NET supports output caching.

After spending ...

Get Microsoft® ASP.NET 2.0 Step By Step 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.