Caching and cache invalidation in user controls?
- by Rishabh Ohri
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?