cache everything by param but one area

geottetiz

New Member
Hey all, <BR><BR>I've got a site where 90% of each page can be cached by two parameters:<BR><BR><%@ OutputCache Duration="300" VaryByParam="siteID;pageLvlMap" %><BR><BR>The problem is I have 1 user control on each page that I never want to be cached at the page level regardless of the params. This user control then checks a seperate cache object to determine if it should display data from a db or cache. Is there anyway to cache everything on a page BUT a single user control? <BR><BR>Thanks,<BR><BR>])ry.
 
Back
Top