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

	return $cache;
}