• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/ebay/exportoffer.php
  • Класс: BitrixCatalogEbayExportOffer
  • Вызов: ExportOffer::checkDiscountCache
protected function checkDiscountCache()
{
	$this->cnt++;

	if (100 <= $this->cnt)
	{
		$this->cnt = 0;
		CCatalogDiscount::ClearDiscountCache(array(
			'PRODUCT' => true,
			'SECTIONS' => true,
			'PROPERTIES' => true,
		));
	}
}