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
# CacheKit Docs

Welcome to the CacheKit documentation site.

## Getting Started

- [Integration guide]integration.md — CacheBuilder API, policy selection, thread safety
- [Design overview]design.md — Architectural decisions and performance principles

## Policies

- [Policy overview]policies/README.md — Implemented policies
- [Policy roadmap]policies/roadmap/README.md — Future policies
- [Policy survey and tradeoffs]policies.md — Comparison and selection guide

## Internals

- [Stores]stores/README.md — Storage backends
- [Policy data structures]policy-ds/README.md — Implementation details
- [Benchmarks]benchmarks.md — Performance benchmarks
- [Workloads]workloads.md — Synthetic workload generators for benchmarking

## Observability

- [Metrics]metrics.md — Metrics integration and usage

## Release and Maintenance

- [Release checklist]release-checklist.md
- [Releasing CacheKit]releasing.md
- [CI/CD release cycle]ci-cd-release-cycle.md
- [Documentation style guide]style-guide.md