We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de63ab commit 64629bdCopy full SHA for 64629bd
content/library/api/api-reference.md
@@ -2058,7 +2058,7 @@ def init_model():
2058
2059
if st.checkbox("Clear All"):
2060
# Clear values from *all* cache_resource functions
2061
- st.cache_data.clear()
+ st.cache_resource.clear()
2062
```
2063
2064
</RefCard>
content/library/api/performance/performance.md
@@ -80,7 +80,7 @@ def init_model():
80
81
82
83
84
85
86
0 commit comments