public function reset() { $this->extensions = NULL;
$this->cache->
delete($this->
getListCacheId());
$this->extensionInfo = NULL;
$this->cache->
delete($this->
getInfoCacheId());
$this->pathNames = NULL;
try { $this->state->
delete($this->
getPathnamesCacheId());
} catch (DatabaseExceptionWrapper
$e) { // Ignore exceptions caused by a non existing {key_value} table in the
// early installer.
} $this->cache->
delete($this->
getPathnamesCacheId());