purgeAll() public method

Triggers the cache purge for all content in cache.
public purgeAll ( ) : mixed
return mixed
 public function purgeAll()
 {
     if ($this->isSwitchedOff()) {
         return;
     }
     $this->gatewayCachePurger->purgeAll();
 }