Hacker News
- How To Solve Cache-Invalidation https://twitter.com/AndrasGerlits/status/1693504021653225929 2 comments
- On Cache Invalidation: Why Is It Hard? (2018) https://yihui.org/en/2018/06/cache-invalidation/ 70 comments
- A cache invalidation bug in Linux memory management https://googleprojectzero.blogspot.com/2018/09/a-cache-invalidation-bug-in-linux.html 82 comments
- NGINX passive cache invalidation http://syshero.org/post/68479556365/nginx-passive-cache-invalidation 2 comments
- Instant Purge: invalidating cached content in under 150ms https://blog.cloudflare.com/instant-purge/ 0 comments
- Cache invalidation really is one of the hardest problems in computer science https://surfingcomplexity.blog/2022/11/25/cache-invalidation-really-is-one-of-the-hardest-things-in-computer-science/ 152 comments
- Cache made consistent: Meta’s cache invalidation solution https://engineering.fb.com/2022/06/08/core-data/cache-invalidation/ 193 comments
- Part 1: Rethinking Cache Purge, Fast and Scalable Global Cache Invalidation https://blog.cloudflare.com/part1-coreless-purge/ 3 comments
- Show HN: Invalidate browser cache of Django static files automatically https://gist.github.com/3207357 4 comments
Lobsters
- Algorithm for Invalidation of Cached Results of Queries to a Single Table (2013) https://arxiv.org/pdf/2310.15360 3 comments databases , pdf , web
- A cache invalidation bug in Linux memory management https://googleprojectzero.blogspot.com/2018/09/a-cache-invalidation-bug-in-linux.html 4 comments debugging , linux , security
- Cache Invalidation Complexity: Rails 5.2 and Dalli Cache Store https://blog.heroku.com/cache-invalidation-rails-5-2-dalli-store 3 comments ruby
- How we invalidate cache for resource-heavy & long-running requests https://punits.dev/blog/cache-invalidation-strategy-for-heavy-requests/ 4 comments node
- AWS Cloudfront cache invalidation paths usage https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#PayingForInvalidation 4 comments aws
- A cache invalidation bug in Linux memory management (CVE-2018-17182) https://googleprojectzero.blogspot.com/2018/09/a-cache-invalidation-bug-in-linux.html 19 comments programming
- A cache invalidation bug in Linux memory management https://googleprojectzero.blogspot.com/2018/09/a-cache-invalidation-bug-in-linux.html 17 comments kernel
- How to clear invalid caches? http://api.rubyonrails.org/classes/ActiveSupport/Cache/MemCacheStore.html 4 comments rails
- Invalidate Projectile Cache on Delete http://cupfullofcode.com/invalidate-projectile-cache-on-delete/ 4 comments emacs
- On ORM Cache Invalidation http://hackflow.com/blog/2014/03/09/on-orm-cache-invalidation/ 3 comments programming
- Automatically invalidate browser cache of static files https://gist.github.com/3207357 3 comments django
- Novel approach to invalidating server-side caches https://groups.google.com/group/memcached/browse_thread/thread/3a249cbd16c6694f 15 comments programming
- Cache invalidation really is one of the hardest problems in computer science (2022) https://surfingcomplexity.blog/2022/11/25/cache-invalidation-really-is-one-of-the-hardest-things-in-computer-science/ 73 comments programming
- Cache invalidation really is one of the hardest problems in computer science https://surfingcomplexity.blog/2022/11/25/cache-invalidation-really-is-one-of-the-hardest-things-in-computer-science 7 comments programming
- Cache invalidation really is one of the hardest problems in computer science https://surfingcomplexity.blog/2022/11/25/cache-invalidation-really-is-one-of-the-hardest-things-in-computer-science/ 26 comments compsci
- Cache invalidation really is one of the hardest problems in computer science https://surfingcomplexity.blog/2022/11/25/cache-invalidation-really-is-one-of-the-hardest-things-in-computer-science/ 125 comments programming
- Cache made consistent: Meta’s cache invalidation solution https://engineering.fb.com/2022/06/08/core-data/cache-invalidation/ 2 comments programming
- Cache Invalidation Complexity: Rails 5.2 and Dalli Cache Store https://blog.heroku.com/cache-invalidation-rails-5-2-dalli-store 6 comments ruby
- landlock-make: GNU Make fork using landlock for sandboxing, and solving the cache invalidation problem faster than Bazel https://github.com/jart/landlock-make 16 comments cpp
- Software, complexity and cache invalidation - The curse of derived state https://medium.com/@avimarcus/software-complexity-and-cache-invalidation-b3c0848fb60?oops 6 comments javascript