Hi, I’m new to dash. I’m trying to refresh the cache on dash to show a new image in the browser, but i can’t. I trying whit flask cache but dont works. I have also implemented this code but too dont works.
cache = Cache(app.server, config={
‘CACHE_TYPE’: ‘simple’
})
cache.clear()
I read about dcc.store but I don’t know how it is implemented in an image. And I wanted to know if anyone has any advice.
Sorry for my English, I speak Spanish. I hope you understand.