Scavenging
What is the concept of Scavenging?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Mar 21, 2012, 2:34 AM
A process where items are removed from cache in order to free the memory based on their priority. A property called "CacheItemPriority" is used to figure out the priority of each item inside the cache. This priority property is set when an item is added to the cache.
Please refer the below link
http://msdn.microsoft.com/en-us/library/ms178597.aspx
Thanks