FOF30\Utils\CacheCleaner::clearModulesCache PHP Method

clearModulesCache() public static method

Clears the com_modules cache. You need to call this whenever you alter the publish state or parameters of a module from your code.
public static clearModulesCache ( ) : void
return void
    public static function clearModulesCache()
    {
        self::clearCacheGroups(array('com_modules'), array(0, 1));
    }