Caching and cache invalidation in user controls?
Posted
by Rishabh Ohri
on Stack Overflow
See other posts from Stack Overflow
or by Rishabh Ohri
Published on 2010-04-08T11:04:45Z
Indexed on
2010/05/02
19:48 UTC
Read the original article
Hit count: 384
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?
© Stack Overflow or respective owner