- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 62字
- 2021-07-03 00:02:15
Cache-able
This constraint specifies that a RESTful web service response must define itself as cache-able or not, so that the client can know whether it should be cached or not. If it is correctly defined, it can result in less overhead and better performance because the client will not go to the server if it is able to use the cached version.
推薦閱讀
- 極簡算法史:從數學到機器的故事
- PHP動態網站程序設計
- Git Version Control Cookbook
- 解構產品經理:互聯網產品策劃入門寶典
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- Python Deep Learning
- Java加密與解密的藝術(第2版)
- aelf區塊鏈應用架構指南
- HTML5+CSS3網站設計基礎教程
- Mastering KnockoutJS
- Mastering Android Development with Kotlin
- C# and .NET Core Test Driven Development
- UI設計基礎培訓教程(全彩版)
- 高效使用Greenplum:入門、進階與數據中臺