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| D{Checker header for no-store}
    D -->|Present| E
    D -->|Not Present| I(Serve from Fastly)
    C -->|No| E[Fetch From Artifactory] -->|Generate S3 URL| F(Serve from S3) --> G{Is Status code 200?}
    G -->|Yes| H(Cache in Fastly)
Loading
Clone this wiki locally