all groups > asp.net caching > april 2005 >
You're in the

asp.net caching

group:

Session Caching



Session Caching py
4/15/2005 3:32:29 PM
asp.net caching: I have my data in classes that internally use ADO datatables. These classes
not only hold data but they also link to each other with object references.

Can i store these objects in the session? i do not need to share them
between sessions. Should i cache them in the cache (which i have never
tried and understand well).

It is a problem to have object stored in the cache? what kind of scalabilty
can i expect from either model?

Re: Session Caching Alvin Bruney [MVP - ASP.NET]
4/15/2005 7:53:26 PM
No it is not. Cache is a memory store so you need to be aware of what you
put in there as load grows.
cache is not all that different in functionality and usage from session
except that its contents are available to the application as a whole and not
necessarily limited on a per user basis.

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
[quoted text, click to view]

AddThis Social Bookmark Button