HttpContext.Cache

  • Thread starter Thread starter laimis
  • Start date Start date
L

laimis

Does anyone know of some good resources (books, sites) that provide info
on HttpContext cache and asp.net (as well as .net runtime) caching?

I just got amazed at the cache when I saw tracing results on the asp.net
pages. It saved so much time when loading collections from the database.
Now I want to know more so that I can watch out for problems using the
cache (memory load for instance). MSDN and many other sites just
document calls, no discussion or things like that.

Thanks,

l
 
Daniel said:
This should do:
Chapter 6 -Improving ASP.NET Performance -> Caching Explained
http://www.msdn.microsoft.com/asp.n.../library/en-us/dnpag/html/scalenetchapt06.asp

You might also navigate to
http://www.msdn.microsoft.com/asp.n...x?pull=/library/en-us/dnpag/html/scalenet.asp
to read the whole book: Improving .NET Application Performance and
Scalability

Thanks man!!! Exactly what I was looking for.. MSDN should either
improve their search engine or I should use better queries :)

laimis
 

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