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