Cache API Extensions

Hello good morning! .
I understand that when I query from my extension to an external API, the API is cached, is there a way to clear the cache?

My extension on desktop works very well, but on mobile, it doesn’t work, I’m testing on an android

Most caches are server side not client side, you have no control over server side caching*

*Answer may be wrong due to caching

https://shouldiblamecaching.com/

For android specifcs you probably want to refer to android itself and then mobile gets more complicated if the mobile provider intercepts requests.

There are some cache bustinf techniques, but for the most part you are fighting server caches and you don’t control those

You mean the twitch servers or the external server where I consult the API?

Both*