What is Scavenging in .NET?

 Posted by Sksingh on 6/8/2011 | Category: C# Interview questions | Views: 14127 | Points: 40
Answer:

When we implement the Caching concept in the application,all the cached items will be stored in the memory.When executing the application if memory resources are low,then all the cached items stored in the memory get remove from the caching.this concept is called Scavenging .


Asked In: TCS | Alert Moderator 

Comments or Responses

Posted by: Akiii on: 6/8/2011 | Points: 10
good topic......

more info in this --

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.

Thanks and Regards
Akiii

Login to post response