refresh() public method

Refresh the given thumbnail
public refresh ( Thumbnail $thumbnail ) : void
$thumbnail Neos\Media\Domain\Model\Thumbnail
return void
 /**
  * Refreshes this asset after the PersistentResource has been modified
  *
  * @return void
  */
 public function refresh()
 {
     $this->generatorStrategy->refresh($this);
 }