I understand if we have an HTML page with content on it, Cloudflare can cache that. Example: Website Domains Names & Hosting | Domain.com
What if I have a page template that loads html content dynamically based on some guid in the URL. So content is not physically on the page and is pulled on demand.
Example: https://domain.com/news-article/ae44-dad0-dadaf-tzeeop
So based on the guid at the end of the url, content of article is retrieved. Since the guid never changes, can the html content for this page be cached https://domain.com/news-article/ae44-dad0-dadaf-tzeeop?
Thanks