Clears static and persistent plugin definition caches.
Overrides CachedDiscoveryInterface::clearCachedDefinitions
public function clearCachedDefinitions() {
if ($this->discovery instanceof CachedDiscoveryInterface) {
$this->discovery
->clearCachedDefinitions();
}
}