コード例 #1
0
 public function save()
 {
     $this->getHelper('Data\\Cache\\Permanent')->removeTagValues('template_synchronization');
     return parent::save();
 }
コード例 #2
0
ファイル: Listing.php プロジェクト: Doability/magento2dev
 public function save()
 {
     $this->getHelper('Data\\Cache\\Permanent')->removeTagValues('listing');
     return parent::save();
 }