CacheKit Docs

High-performance cache policies and supporting data structures.

View the Project on GitHub OxidizeLabs/cachekit

Ghost List (Key-Only Recency History)

What It Is

A ghost list keeps a bounded recency history of keys only (no values). It’s used to adapt policies based on what was recently evicted.

Canonical use:

Core Types

Operations

Invariants

Implementation Notes