flush() public method

Flush all content cache entries
public flush ( ) : void
return void
Example #1
0
 public function setUp()
 {
     parent::setUp();
     $this->contentCache = $this->objectManager->get(ContentCache::class);
     $this->contentCache->flush();
 }