You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
George Adams edited this page Oct 17, 2023
·
5 revisions
flowchart TD
A[Request to packages.adoptium.net] -->|Fastly| B(Cache Store)
B --> C{Has URL been cached?}
C -->|Yes| E[Check Cached response code] --> G{Is Status code 200?}
C -->|No| D[Fetch From Artifactory] -->|Generate S3 URL| F(Serve from S3)
G -->|Yes| H(Serve from Fastly)
G -->|No| I(Delete Cached Binary) --> C