Enabling caching for /ccstore/v1/products/{id}
Summary:
How can we enable caching for the GET product endpoint (/ccstore/v1/products/{id})?
- https://docs.oracle.com/en/cloud/saas/cx-commerce/cxocc/op-ccstore-v1-products-id-get.html
The response header basically has "must-revalidate,proxy-revalidate, public" for cache-control. Does this indicate that it is cached by default?
According to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control, must-revalidate seems to indicate that it is cacheable, but there is no "max-age" in the response header.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
1