While making custom extensions or implementing any business logic, we need to update a system configuration programmatically. But the updated configuration will apply once we clear the cache manually which will be not suitable in case configuration update is made automatically or on occurrence of certain event. Using following code you can clear system configuration cache so that your updated configuration will be used immediately:-
Mage::getConfig()->reinit();