Data Caching

AhMeTeCh

New Member
How does Data Caching works? Will Data Caching will have a "Own Copy" for each Client ?Each Web application has its own cache. To learn more, be sure to check out my PowerPoint presentation on Caching w/ASP.NET:<BR>http://www.4guysfromrolla.com/webtech/050601-1.shtml<BR><BR>Happy Programming!Can I use Datacaching instead of session objects between pages?<BR><BR>ThanksIf you want to store information on a PER-USER basis, use session variables... the data caching stores information on a Web-application scope, like application variables in classic ASP.
 
Back
Top