Caching in ASP.NET (Part II)
Author:
Joydip Kanjilal
Caching is an essential feature of ASP.NET that reduces latency and the network traffic by storing frequently used data and pages in the Cache for quick retrieval later; hence greatly boosting the application’s performance. This article presents Data Caching, a feature of ASP.NET that allows you to store your data in the cache memory for faster retrieval. It also discusses the Cache API and the Cache expiration strategies and throws light on the related newly added features in ASP.NET 2.0 Caching.
More Tutorials
|