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