Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 280 Bytes

File metadata and controls

11 lines (11 loc) · 280 Bytes

Block Diagram

block
    title Checkout Architecture
    columns 3
    Frontend toBackend<["calls"]>(right) Backend
    space:2 toDB<["&nbsp;"]>(down)
    Database[("Primary DB")] space Cache("Cache")
    Backend --> Database
    Backend -- "reads from" --> Cache
Loading