cachekit 0.2.0-alpha

High-performance cache primitives with pluggable eviction policies (LRU, LFU, FIFO, 2Q, Clock-PRO, S3-FIFO) and optional metrics.
Documentation
1
2
3
4
5
6
7
8
# Policy Roadmap

These documents cover eviction policies that are planned but not yet implemented
in this repository. They describe expected behavior, metadata needs, and
implementation notes for future work.

If a policy moves into production code, its document should be moved back to
`docs/policies/` and listed under "Implemented" in `docs/policies/README.md`.