cachekit 0.6.0

High-performance cache primitives with pluggable eviction policies (LRU, LFU, FIFO, 2Q, Clock-PRO, S3-FIFO) and optional metrics.
Documentation
# 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](../README.md).

## Roadmap Policies

- [GDS]gds.md
- [GDSF]gdsf.md
- [Hyperbolic]hyperbolic.md
- [LeCaR]lecar.md
- [LFU Aging]lfu-aging.md
- [LHD]lhd.md
- [LIRS]lirs.md
- [LRFU]lrfu.md
- [OPT]opt.md
- [SIEVE]sieve.md
- [TinyLFU / W-TinyLFU]tinylfu.md
- [TTL]ttl.md