Exploit ASP.NET cache page.

text zoom
Data that can be used multiple times is always considered as a good element for caching. HttpRuntime.Cache enables you to access cache. Data, which is user or request specific, can be accessed using cache. Too much of caching can cause the ASP.NET to run out of memory. Therefore it is always better that caching is restricted to some extent.  
                    

Copyright © 2008 VisualBuilder. All rights reserved