Slide 8
Slide 8 text
Cache Replacement Strategy
• Least recently used (LRU)
• Introduce bonus for entries often used in the past
but not accessed recently → LRUB
1
0
,
)
1
(
weight
i
−
+
=
i
i
T
H
i
H : Number of hits for cache entry i
i
T : Time since last access of cache entry i
• Weight for cache entry i defined as follows: