2

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.

Community
  • 1
  • 1
Snake Eyes
  • 16,287
  • 34
  • 113
  • 221

1 Answers1

1

You can use "Memory Profilers" for that.

.NET Memory Profiler
 ANTS Performace Profiler
Kapil Khandelwal
  • 15,958
  • 2
  • 45
  • 52