SqlCacheDependency and output cache invalidation
Posted
by Rishabh Ohri
on Stack Overflow
See other posts from Stack Overflow
or by Rishabh Ohri
Published on 2010-04-07T05:00:50Z
Indexed on
2010/04/07
5:03 UTC
Read the original article
Hit count: 509
Hi ,
Suppose I have a page abc.aspx in it I have a user control ucx123.ascx. I am fragment caching the user control and the cache is vary by param. The parameter is some id in the querystring. I want to add a sql cache dependency with respect to sql query. The scenario is I added the dependency but the cache is not invalidating
© Stack Overflow or respective owner