You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/primitives/KeepAlive.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,17 @@ export function browsePreload(props) {
55
55
56
56
Note that the createMemo will be recalculated when you navigate away as params will change / are reactive. Make sure you don't update your response in those instances or the page will be updated.
57
57
58
+
### Removing Cached Components
59
+
60
+
You can manually remove a cached component using the `removeKeepAlive` function. This allows you to clear the cache for a specific route or component programmatically.
0 commit comments