ASP.NET WebForms
|
Cache setting
|
Duration
|
ControlHeader
|
<%@ OutputCache
Duration="43200"
VaryByParam="none"
VaryByCustom="UserID" %>
|
12 hours
|
Default
|
<%@ OutputCache
Duration="43200"
VaryByParam="none"
VaryByCustom="UserID" %>
|
12 hours
|
Help
|
<%@ OutputCache
Duration="43200"
VaryByParam="none"
VaryByCustom="UserID" %>
|
12 hours
|
Category
|
<%@ OutputCache
Duration="43200"
VaryByParam="none"
VaryByCustom="CategoryPageKey " %>
|
12 hours
|
Product
|
<%@ OutputCache
Duration="43200"
VaryByParam="none"
VaryByCustom="ProductPageKey " %>
|
12 hours
|
ProductDetails
|
<%@ OutputCache
Duration="43200"
VaryByParam="none"
VaryByCustom="ProductDetailsPageKey " %>
|
12 hours
|
Search
|
<%@ OutputCache
Duration="43200"
VaryByParam="none"
VaryByCustom="SearchPageKey " %>
|
12 hours
|