• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/integration/wizards/portal/ids.php
  • Класс: BitrixIntranetIntegrationWizardsPortalIds
  • Вызов: Ids::getCacheObject
static function getCacheObject(): CPHPCache
{
	if (!isset(self::$cache))
	{
		self::$cache = new CPHPCache;
	}
	return self::$cache;
}