Clear cache programmatically

Is there a way to clear cache inside the python script?

Tried the following but I assume the api is available no more:

from streamlit import caching
caching.clear_cache()
1 Like

I’m curious about this also

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.