If you have the ability to call code (sounds like you probably do), you can leverage the same internal mechanism that the plugin uses to purge a list of URLs (for example when a post is edited).
wp_schedule_single_event(time(), 'cfPurgeCache', ['https://yourhomepage.com']);
The 3rd parameter...