High-performance cache policies and supporting data structures.
Human-readable specifications organized by harness tier. Each file is the source of truth for its policy’s semantics.
| Directory | Tier | Harness mode | Examples |
|---|---|---|---|
| exact/ | Exact | DualRun, CrossModel | FIFO, LRU, LFU |
| mirror/ | Mirror | DualRun | Clock, 2Q, SLRU |
| bounded/ | Bounded | InvariantOnly | ARC, S3-FIFO |
| composed/ | Composed | DualRun + layer | TTL |
Canonical index: matrix.md (maturity, models, op strategy, traits).
policies/<tier>/<policy>.md).exact/ and optionally reference/ models under tests/abstract_models/.policy_semantics tests and feature gates.formal/<policy>/ per tla-guide.md.Shared fragments: _includes/ (harness Op table, maturity definitions).