flush() public method

Flush all content cache entries
public flush ( ) : void
return void
コード例 #1
0
ファイル: ContentCacheTest.php プロジェクト: neos/typoscript
 public function setUp()
 {
     parent::setUp();
     $this->contentCache = $this->objectManager->get(ContentCache::class);
     $this->contentCache->flush();
 }