sequenceDiagram participant Browser participant Server Browser->>Server: GET /style.css Server->>Browser: 200 + max-age=10 Note over Browser: Cache the response Note over Browser: A few seconds later: reuse the cache Note over Server: No second request