How to automatically clear cached data in queries?

A text is entered in a text field. Then one of three buttons can be pressed. Each button stands for the translation into another language. The translated text will be displayed in another text field.
The problem is that if a translation has already been made into one language and the same text is translated into another language, then the text from the first translation is also returned.
It seems that the result of the first query is saved and is also returned when a second query is called.
Deleting only the content of the text field "output_textfield.setValue('')" does not achieve the desired result
How can I force that a new translation always automatically clears the memory of all other queries and only the new translation is returned?

@paul84

Hey there :wave: Would you mind sending a screenshot of this query?