- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 91字
- 2021-07-02 20:52:22
Cache
Caching is the next constraint. Whenever the server transmits data that will not change, we refer to the data as static data. The server can cache the data.
When the very first request is made, the server will make a trip to the database in order to fetch the data. This data should then be cached as an application layer. Every subsequent request for that data will be fetched from the cache, saving the server a request to the database, resulting in the response being returned to the client faster.
推薦閱讀
- Hyper-V 2016 Best Practices
- Go語言高效編程:原理、可觀測性與優(yōu)化
- Mastering QGIS
- 重學Java設計模式
- 數(shù)據(jù)結構習題解析與實驗指導
- Extending Puppet(Second Edition)
- Android傳感器開發(fā)與智能設備案例實戰(zhàn)
- Buildbox 2.x Game Development
- 深入理解BootLoader
- Getting Started with Python
- Mastering Android Studio 3
- .NET 4.0面向?qū)ο缶幊搪劊簯闷?/a>
- Getting Started with React VR
- C語言程序設計教程
- Puppet 5 Beginner's Guide(Third Edition)