I would like to leverage the cache on a dynamic web page by caching everything and purge the cache by URL on every update. The page can be accessed as follows:
domainname/news/123
domainname/news/123/title-goes-here
domainname/news/123/title-goes-here?fbid=some-parameter
All the above URLs will load the same dynamic page. Is it possible to purge the cache by using wildcards in the API call? For example, purge cache by URL and the URL would be:
domainname/news/123/*
Or I need to purge the cache for every individual URL using the API?