Get the latest tech news

Show HN: CasCache – multi-generational cache with optimistic concurrency control


CAS-safe cache with read-validated singles, bulk set validation, pluggable providers/codecs, and optional shared generations. - unkn0wn-root/cascache

Safe single-key reads (no stale values), optional bulk caching with read-side validation, and an opt‑in distributed mode for multi-replica deployments. Distributed Keep local generations (default) or plug a shared GenStore(e.g., Redis) for cross-replica correctness and warm restarts. Cleanup (local gens): periodic prune by last bump time (default retention 30d).

Get the Android app

Or read this on Hacker News

Read more on:

Photo of CasCache

CasCache