• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Settings/CacheManager.php
  • Класс: BitrixImV2SettingsCacheManager
  • Вызов: CacheManager::getUserCache
static function getUserCache(?int $userId = null): self
{
	return new static(self::USER_MODE, $userId);
}