Controls
T1 recency (seen once)
T2 frequency (seen 2+)
B1/B2 ghosts (key only)
ARC State — four lists (MRU on the left, LRU/oldest on the right)
T1
cached, seen once (recency)
0 entries
T2
cached, seen 2+ (frequency)
0 entries
B1 (ghost)
evicted from T1, keys only
0 ghosts
B2 (ghost)
evicted from T2, keys only
0 ghosts
What just happened
Type a key and press Access. The first access puts a key in T1.
A second access promotes it to T2. Press Run Scan to flood new keys and
watch T2 (your hot set) survive — that is scan resistance.