To reduce contention, entry allocation and eviction execute in a sampling fashion (entry hits modulo N). Eviction follows an LRU approach (oldest sampled entries are removed first) when the cache is out of capacity.
@author Jason T. Greene @author Stuart Douglas
|
|
|
|
|
|