Visual C#. NET 2003 Unleashed
|
This chapter discussed the ASP.NET toolkit that enables developers to store pages in a cache. You also reviewed how to manage the behavior of the cache. Use of a cache could greatly increase the performance of your application, but you should use it very carefully because you could get surprising results: incorrect data representation (retrieving an incorrect version of the page from the cache) or memory overflow on the server side. |
|