When to use ASP.NET Page.Cache vs. Page.Application for synchronized persistence?

Posted by jdk on Stack Overflow See other posts from Stack Overflow or by jdk
Published on 2010-05-27T14:49:41Z Indexed on 2010/05/27 14:51 UTC
Read the original article Hit count: 142

Filed under:
|
|

Both Page.Cache and Page.Application manage data at the application level. How should one be chosen over the other? I'm especially considering scenarios of data synchronization.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about cache