Cole
Cole
CDCloudflare Developers
Created by Cole on 9/27/2024 in #workers-help
Caching across multiple parallel worker requests
What happens if you have multiple parallel worker requests from same colo that make use of the Cache API and there is a Cache Miss, the key/data stored in the Cache API is the same in all requests. - Do all the worker requests try to hit the origin at once or are things smart enough to so that only one worker request hits the origin and the rest will pull from the Cache?
2 replies