• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/CounterService.php
  • Класс: BitrixImV2MessageCounterService
  • Вызов: CounterService::getCacheForPreparedCounters
protected function getCacheForPreparedCounters(): Cache
{
	$userId = $this->getContext()->getUserId();
	$cache = BitrixMainDataCache::createInstance();
	$cache->initCache(static::CACHE_TTL, static::CACHE_NAME . '_' . $userId, static::CACHE_PATH);

	return $cache;
}