Hello Guys,
I’m new to Streamlit . I’m developing a small data app and I cached back end REST-API responses by using @st.cache. The problem here is I’m using caching.clear_cache() to clear the cache when a page is refreshed but it is also clearing the @st.cache responses when i’m doing something on the page.
With out caching.clear_cache() method , it is absolutely working fine.
Is there a way to resolve this issue ?
Please let me know if you need more info.