[ad_1]
Hi @donatelol,
Thank you for your suggestion. Given that updates don’t always necessitate a complete cache purge, this feature might not be broadly useful. For dashboard updates, you have the convenience of purging the cache directly from the admin bar. But I’ll consider it for future versions of the plugin.
In the meantime, you can achieve that by using the following snippet:
add_action( 'upgrader_process_complete', '\PoweredCache\Utils\powered_cache_flush' );
I hope this helps.
