I\'m using .net 4 Memory Cache. I would like to limit the size of the cache say to 10mb because I don\'t want my application to be abusing what goes in there.
I would al
You can do this in configuration... for example...
To do this in code see... this msdn page