Thank you for reaching out.
I understand you wish to know if Azure Front Door would honor something similar to stale-while-revalidate.
Not sure if you have gone through the documentation here Azure Front Door has a somewhat similar implementation where you may see REVALIDATED_HIT
in the Cache-Control
response header. This indicates that the cached content in Azure Front Door was revalidated with the origin server before being served to the client. This can happen when the cached content has expired, but the origin server indicates that the content hasn't changed. In this case, the cached content is served to the client, and the cache expiration is reset.
Hope this helps! Please let me know if you have any questions. Thank you!
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.