1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Added article on http-caching topic (#8263)

This commit is contained in:
Igor Kustov
2025-02-24 12:45:37 +01:00
committed by GitHub
parent daa2c03643
commit d6ee7ef76a

View File

@@ -5,4 +5,5 @@ HTTP caching is a key aspect of API design which involves storing copies of resp
Learn more from the following resources:
- [@article@Why HTTP Caching matters for APIs](https://thenewstack.io/why-http-caching-matters-for-apis/)
- [@article@Caching REST API Response](https://restfulapi.net/caching/)
- [@article@Caching REST API Response](https://restfulapi.net/caching/)
- [@article@HTTP caching](https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching)