Caching
Some api request will be cache server side. This is indicated in the API Reference - Cached time column.
-
ETags
For client side caching, in addition to MaxAge, we will issue Etags. You can use the Etag value to make a request with If-None-Match header. If the resource is still valid, server will then response with a 304 status code.