Overrides CacheClearerInterface::clear
public function clear(string $cacheDir) : void { foreach ($this->pools as $pool) { $pool->clear(); } }