Caching

2 posts
2026

Troubleshoot GitHub Actions Cache Misses

A GitHub Actions cache “miss” is not one condition. It can mean: no entry has the requested key; a prefix restore succeeded, but the …
Read more

System Design Caching: Cache-Aside, Expiration, and Invalidation

A cache is a copy. Every useful cache design must therefore answer a harder question than “What TTL should we use?”: How wrong may this copy …
Read more