We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c12803 commit 7d3d37cCopy full SHA for 7d3d37c
app/code/Magento/Indexer/Model/Indexer/CacheCleaner.php
@@ -90,6 +90,8 @@ public function afterExecuteRow(ActionInterface $subject)
90
*/
91
private function cleanCache()
92
{
93
+ $this->eventManager->dispatch('clean_cache_by_tags', ['object' => $this->cacheContext]);
94
+
95
$identities = $this->cacheContext->getIdentities();
96
if (!empty($identities)) {
97
$this->appCache->clean($identities);
0 commit comments