where cached objects are stored

  • Thread starter Thread starter a.mustaq
  • Start date Start date
A

a.mustaq

Hi All,

I have some doubts regarding to caching.
1.Where cached objects are stored.
2.What is public caching and private caching.
3.Is caching user specific or application specific

Please help me.
 
Hello a,

am> I have some doubts regarding to caching.
am> 1.Where cached objects are stored.

asp.net work process/session state process/sql server

am> 2.What is public caching and private caching.

http://msdn2.microsoft.com/en-gb/library/ms524721.aspx

am> 3.Is caching user specific or application specific

application. u need custom solution to scale your cache among different applications

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Back
Top