You enable Page Output Caching by adding an %@ OutputCache % directive to a page
The following page caches its contents for 15 seconds. <%@ Page Language="C#" %> <%@ OutputCache Duration="15" VaryByParam="none" %> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">