<?php glob(string $pattern, int $flags = 0): array|false
<?php public function flush(): void { if (is_array($files = glob("{$this->cacheDirectory}/*"))) { foreach ($files as $file) { @unlink($file); }