Hi there,
As per the Microsoft Documentation says about caching:
Any record for a table (or a related table) is created, updated, or deleted on the website by any website user. The action will instantaneously clear the cache for all the website users for that specific table.
Cache is cleared automatically within 15 minutes even if no changes are made.
Although, If the changes to the table are made directly from an API call, and not through the portal, the cache is not cleared. Therefore, the data in the portal is not refreshed and doesn't show the latest updates.
My question is: is there any way to clear the cache from code, so that the latest updates are shown in the portal, or any good known workaround?
Any idea helps, thank you!