CodeExplorer doCommonDelete example
$this->values =
[];
return $this->
doCommonClear($namespace);
} protected function doDelete(array
$ids): bool
{ foreach ($ids as $id) { unset($this->values
[$id]);
} return $this->
doCommonDelete($ids);
} /**
* @return bool
*/
protected function doUnlink(string
$file) { unset(self::
$valuesCache[$file]);
if (self::
isSupported()) { @
opcache_invalidate($file, true
);
}