Upgraded to 1.0. What happened to `st.caching.clear_cache()?`

Hi @ryanlampkin,

st.caching.clear_cache() no longer works because of both the reasons you cite. To force a cache reset with v.1.1.0, use st.legacy_caching.clear_cache().

I’ve verified that it clears both disk cache and memory cache created by @st.experimental_memo.

Best, :balloon:
Snehan

1 Like