Cache question

  • Thread starter Thread starter David Young
  • Start date Start date
D

David Young

Just to make sure I'm on the right track here. The every object I put in
Cache is application scope right? So the SAME instance will be used by ALL
users of the ASP.Net Application.

Just want to make sure that each user won't have his own copy.

Dave
 
Yes, according to the MSDN documentation thats correct. It behaves similarly
to the Application object but has built in support for cache item expiration
and internal synchronization.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top