Interactive 2Q cache demonstration with three lists: A1in (FIFO for newcomers), A1out (ghost list of recently evicted keys), and Am (main LRU cache for proven items).
A1in — Newcomers (FIFO, max 2)
Am — Main cache (LRU, max 2)
A1out — Ghosts of evicted A1in items (keys only, max 2)