Skip to content

Magento 2 clear particular block cache

I have a block that displays a product grid with SKUs mention in admin system configuration and I have provided cache lifetime for that block as 3600 sec. It works perfectly fine.

Now when admin makes the changes in SKUs list in admin configuration it does not reflect the updated version immediately. How can I clear that particular block cache after admin saves the SKUs list?