Cached with a dependency on an item in the cache named Products
File: Default.aspx
<%@ Page Language="C#" %>
<%@ OutputCache Duration="3600" VaryByParam="none" %>
Product List Key Dependency
File: NextPage.aspx
<%@ Page Language="C#" %>
Add Product Key Dependency