purgeAll() public method

It's up to the implementor to decide whether to purge $locationIds right away or to delegate to a separate process.
public purgeAll ( )
 public function purgeAll()
 {
     $this->purgeClient->purgeAll();
 }