@since Method available since Release 1.1.0
boolean $flag:
PHP_CodeCoverage_Exception
public function setCacheTokens($flag) { if (!is_bool($flag)) { throw PHP_CodeCoverage_Util_InvalidArgumentHelper::factory(1, 'boolean'); } $this->cacheTokens = $flag; }