purgeAllContent() public method

Purges all cached content.
public purgeAllContent ( ) : boolean
return boolean
 /**
  * Purges all content elements currently in cache.
  */
 public function purgeAll()
 {
     $this->cacheStore->purgeAllContent();
 }