Show HN: CasCache – multi-generational cache with optimistic concurrency control
cascache Provider-agnostic CAS like (Compare-And-Set or generation-guarded conditional set) cache with pluggable codecs and a pluggable generation store. Safe single-key reads (no stale values), optional bulk caching with read-side validation, and an opt‑in distributed mode for multi-replica deployments. Contents Overview CAS safety: Writers snapshot a per-key generation before the DB read. Cache writes commit only if the generation is unchanged. Writers snapshot a per-key before the DB rea