Setting $wgAPICacheHelpTimeout = 0 should have the same effect as toggling $wgAPICacheHelp (boolean). i.e. if we set the timeout to 0, it won't be cached at all, if we set it to > 0, it will be cached.
No real need for the boolean to do this, per Niklas on http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56559#c4072
Added in r56559, r56091
Not quite sure what the process of disabling globals is...
Do we stop listening to the on/off in the main code, but only make it have any effect in the setup phases...
ie if $wgApiCacheHelp = false, $wgApiCacheHelpTimeout = 0...
Version: 1.17.x
Severity: enhancement