Chapter 15. Application Data Caching
After completing this chapter, you will be able to
Improve the performance of your application by using the application data cache.
Avoid unnecessary round-trips to the database.
Manage items in the application data cache.
This chapter covers built-in data-caching features in ASP.NET. Caching is a long-standing means of improving the performance of any software system. The idea is to place frequently used data in quickly accessed media. Even though access times for mass storage continue to improve, accessing data from a standard hard disk is much slower than accessing it in memory. By taking often-used data and making it available quickly, you can improve the performance of your application dramatically.
The ASP.NET ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access