Reloads this service loader, clearing all cached instances.
public function reload() : void { unset($this->cache); $this->cache = []; $this->providers = self::providers($this->service); }