I know that its possible to get the total size of the ASP.net Cache (http://stackoverflow.com/questions/344210/how-to-determine-total-size-of-asp-net-cache)
But is it possible to break down the that total into the individual items stored in cache?
Thanks for your help!