Answer:
Scavenging is the process of deleting items from the cache when memory becomes low.
The criteria of removing the cached elements is either their inactivity for some time
or their low priority.
CacheItemPriority enumeration is used to determine the priority of cached items for scavenging.
Asked In: Many Interviews |
Alert Moderator