Skip to content

packages.adoptium.net Flowchart

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
Loading
Clone this wiki locally