Why use shared cache?
There is no more efficient way to increase the scalable performance of applications then the use caching to unload deeper layers.
>> Shared Cache>> Shared Cache Server>> Service Cleanup>> LRU
Cleanup Strategy - LRU
Least Recent Used: The objects with the oldest request's will be deleted.
Cleanup Overview can be found here.