Possible Duplicate:
How can I see what's in my HttpContext.Cache
Something funny is happening where things I think are getting cached don't appear to be and expiration doesn't seem to be working as I expect. Is there any admin tool or code sample to view to current cache on the server. I know things like Redis has the ability to do this but not sure with the regular asp.net cache.
- All things stored in the cache
- When they were added
- When they are expiring
- How much space they are taking up (memory)
on an asp.net-MVC site?