I read this article: How to remove OutputCache on ChildAction? and MSDN.
I've applied OutputCache
attribute on some actions which contain a lot of data. I want to know how much (the size) has been occupied in memory.
Can you show me how to see the size in C# code ?
Because on MSDN they didn't mention about cache size.