Reasonable Cache Size And Checking On Development Server

Discussion in 'ASP.NET 2.0' started by strazz, Feb 20, 2007.

  1. I want to know two things...

    1. What is a reasonable amount of cache (in mb) to have at any given time? I store different objects here and there in cache and I know it builds up (I also clear the cache once per hour) 5mb? 10mb?

    2. How can you check the exact size of what is in the cache? (This probably can't be done on the live site but can I do it with the 'ASP.NET Development Web Server'?

    Thanks everyone!
     

Share This Page