HI, In our .aspx pages we have many user controls. each user control executes a sql query. The caching mechanism to be followed is to fragment cache each user control on the page and add the query dependency to the respective queries of the user controls. How to achieve query dependency on fragment cached data for invalidation?

link|improve this question

52% accept rate
1  
All user controls execute a query against THE SAME table? I mean, You're caching different data sets from the same place. Am i right? – Claudio Redi Apr 8 '10 at 11:49
Yes , its the case. but tthe cache should invalidate only in the case when the respective data is changed – Rishabh Ohri Apr 8 '10 at 14:40
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.