I came across a great post today that talks about ASP.NET caching (applies to SharePoint) and what to look for. Thanks to Gunnar Peipman for the great insight.
Basically you need to setup the following performance counters in windows:
- Total number of objects added
- Total object discards
- Cache hit count
- Cache hit ratio

Comments