F
Apr 6, 2026Four Ways to Cache in Rust
tl;dr: Caching can live in four places: as HTTP middleware, as a client-side proxy, as a function...
Apr 6, 20267 min read0 reactions0 comments
Tag archive
tl;dr: Caching can live in four places: as HTTP middleware, as a client-side proxy, as a function...
tl;dr: Both. Moka is a storage backend. Hitbox is an orchestrator. They solve different...
Your Axum API hits the database on every request. The same query, the same result, hundreds of times...