<?php is_array(mixed $value): bool
<?php public function flush(): void { if (is_array($files = glob("{$this->cacheDirectory}/*"))) { foreach ($files as $file) { @unlink($file); }