Manually clear cache of a specific page

I was wondering if one can clear the cache for a single specific page.

I have a set of data which can be used in any page, so I store it in a central database.
The database itself is editable outside the kirby environment.
But if pages are cached, it means those changes will not be visible until the cache item expires (which is never for pages), or until the page itself has been changed (meaning kirby will take care of cache-clearing).
So I was wondering if there is some trick to clear the cache for a specific page, so the changes will be put through.

I don’t think there is a method for that.

You could probably create your own function that manually removes specific folders from the cache folder based on some sort of trigger.