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[Fetch From Artifactory] -->|Generate S3 URL| F(Serve from S3)
    C -->|No| E[Serve from Fastly]
Loading
Clone this wiki locally