|
How to implement page output caching based querystring value of the page?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET Caching
To cahe the different version or output of the page based on the parameter being passed (as a
querystring), we can follow this approach.
|