• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/vk/sectionslist.php
  • Класс: BitrixSaleTradingPlatformVkSectionsList
  • Вызов: SectionsList::clearCaches
public function clearCaches()
{
	$cacheManager = Application::getInstance()->getManagedCache();
	$cacheManager->clean($this->createCacheIdSections(true));
	$cacheManager->clean($this->createCacheIdSections(false));
	$cacheManager->clean($this->createCacheIdMappedSections());
	$cacheManager->clean($this->createCacheIdMappedSectionsList());
}