eZ\Publish\Core\MVC\Symfony\Cache\PurgeClientInterface::purgeAll PHP Method

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();

Usage Example

 public function purgeAll()
 {
     $this->purgeClient->purgeAll();
 }
PurgeClientInterface