3.3.10. Demo - API Caching using Cache-Control Directives
Requirements
1.clone repository
程式碼解析
1.API provider 設定max-age
當cache expired前, browser的請求都不會到backend, 因此counter不會增加
cache
2.Client 設定no-cache
會取得新的資料
Previous3.3.9.API Caching (2 of 2) Concepts & Design decisionsNext3.3.11.Building support for Partial Responses
Last updated