• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/orderdiscountbase.php
  • Класс: BitrixSaleOrderDiscountBase
  • Вызов: OrderDiscountBase::clearCache
static function clearCache()
{
	$entity = get_called_class();
	if (!isset(self::$discountCache[$entity]))
		return;
	unset(self::$discountCache[$entity]);
}