Sometimes I cache: implementing lock-free probabilistic caching
2024-12-26
If you want to know what cache revalidation is, how it works, and why it can involve rolling a die, read on. This blog post presents a lock-free probabilistic approach to cache revalidation, along ...