Hacker News new | ask | show | jobs
by afwaller 2146 days ago
Anything the cache doesn’t have, causes a cache miss, which passes it through.

So when you request the large file, the CDN (cache) doesn’t have it, so it immediately passes through to the original source. The details of how this is implemented don’t really matter in the sense that they are not going to host the large file(s) in the CDN, so they will always fall through.

1 comments

You're right. I misread the parent post when they were saying, doesn't "hit the cache, it should be passed on".