Exemplo n.º 1
0
 /**
  * Execute full indexation
  *
  * @return void
  */
 public function executeFull()
 {
     $this->_productStockIndexerFull->execute();
 }
Exemplo n.º 2
0
 /**
  * Execute full indexation
  *
  * @return void
  */
 public function executeFull()
 {
     $this->_productStockIndexerFull->execute();
     $this->getCacheContext()->registerTags([\Magento\Catalog\Model\Category::CACHE_TAG, \Magento\Catalog\Model\Product::CACHE_TAG]);
 }