ASP.NET: Server-side and Client-side Caching (WebProNews)
ASP.NET: Server-side and Client-side Caching (WebProNews)
Caching is a very easy solution to many performance related issues on almost any website. There are many different ways to use server-side caching and they all have their own unique advantages. But client-side caching is often ignored in the .NET blogosphere even though it is just as important as the server-side cache. Everywhere server-side caching is used you can and should use client-side