• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/vk/sectionslist.php
  • Класс: BitrixSaleTradingPlatformVkSectionsList
  • Вызов: SectionsList::createCacheIdSections
public function createCacheIdSections($onlyMapped = true)
{
	$cacheName = self::CACHE_ID_SECTIONS .
		($onlyMapped ? '_mapped' : '_all');
	return $this->createCacheId($cacheName);
}