13.9.Page Output Cache |
| 13.9.1. | You enable Page Output Caching by adding an <%@ OutputCache %> directive to a page. |
| 13.9.2. | OutputCache Duration="20" VaryByParam="None" |
| 13.9.3. | Varying the Output Cache by Parameter |
| 13.9.4. | Varying the Output Cache by Control |
| 13.9.5. | Varying the Output Cache by Header |
| 13.9.6. | Varying the Output Cache by Browser |
| 13.9.7. | Varying the Output Cache by a Custom Function |
| 13.9.8. | Manipulating the Page Output Cache Programmatically |
| 13.9.9. | Creating Page Output Cache Profiles |
|