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
Add an inheritable `loaderCache` route option for controlling how long browsers privately cache successful route-state loader data. Positive durations emit `Cache-Control: private, max-age=<seconds>`, while `false`, `0`, and the default remain `no-store`.
7
+
8
+
Expose the resolved loader cache policy in `pracht inspect routes --json` and the MCP route graph.
9
+
10
+
Manual `useRevalidate()` calls bypass route-state browser caching so explicit refreshes and post-mutation reloads still re-run the loader.
11
+
12
+
Form redirects after state-changing submissions also bypass cached route-state data when reloading the destination route.
0 commit comments