- Azure for Architects
- Ritesh Modi
- 76字
- 2021-07-02 13:17:15
Caching and CDN
Applications and services should take advantage of caching. Caching helps eliminate multiple subsequent calls to either databases or filesystems. This helps in making resources available and free for more requests. The Content Distribution Network (CDN) is another mechanism for caching static files such as images and JavaScript libraries. They are available on servers across the globe. They also make resources available and free for additional client requests. This makes applications highly scalable.