Zend certified PHP/Magento developer

How to control block XML cache via admin?

I’ve created a condition in my admin panel to enable or disable a feature in my module. In my XML I used the ifconfig to check if it’s enabled or disabled. I want to disable the cache in the entire page if my module is enabled.

will ifconfig skip the cache parameter if disabled?


    
        MycompanyMymoduleViewModelHelper
    

Thank you!