Cache duration (C#)
<%@Page Language="C#"%> <%@OutputCache Duration="10" VaryByParam="none" %> <html> <body> <asp:panel id="pnlTest" runat="server"> Page executed: <% = DateTime.Now %> </asp:panel> </body> </html>