What are the best practices for caching 3rd party API calls? What are the best practices for caching 3rd party API calls? nginx nginx

What are the best practices for caching 3rd party API calls?


You can use any of the three, but I would go with squid. Squid was created (and is heavily used) for this purpose (as a caching proxy). Varnish is designed as a Reverse Proxy (a cache in front of your own back-end), and nginx more like a load balancer and web processor (serving files and dynamic pages).