• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Settings/CacheManager.php
  • Класс: BitrixImV2SettingsCacheManager
  • Вызов: CacheManager::__construct
private function __construct(string $mode, ?int $entityId = null)
{
	$this->mode = $mode;

	if ($entityId !== null)
	{
		$this->setEntityId($entityId);
	}

	$this->cache = Cache::createInstance();
}