• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/queue/cache.php
  • Класс: BitrixImOpenLinesQueueCache
  • Вызов: Cache::getUserCountLinesCacheTag
static function getUserCountLinesCacheTag(string $userId): string
{
	return 'QUEUE_USER_COUNT_LINES_' . $userId;
}