In API caching, _________ is used to specify how long the response should be considered fresh.

  • Cache-Control
  • ETag
  • Expires
  • Last-Modified
In API caching, the "Expires" header is used to specify the date and time until which the cached response is considered fresh. It helps clients determine whether the cached data can still be used or if a new request to the server is required.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *