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