• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/vk/vkexporteddata.php
  • Класс: BitrixSaleTradingPlatformVkVkExportedData
  • Вызов: VkExportedData::removeData
public function removeData()
{
	$cacheManager = Application::getInstance()->getManagedCache();
	$cacheManager->clean($this->cacheId);
}