We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccc007 commit 6efc333Copy full SHA for 6efc333
src/routes/solid-router/reference/data-apis/cache.mdx
@@ -67,7 +67,7 @@ export default function User(props) {
67
`cache` accomplishes the following:
68
69
1. Deduping on the server for the lifetime of the request.
70
-2. Preloading the cache in the browser - this lasts 10 seconds.
+2. Preloading the cache in the browser - this lasts 5 seconds.
71
When a route is preloaded on hover or when load is called when entering a route it will make sure to dedupe calls.
72
3. A reactive refetch mechanism based on key.
73
This prevents routes that are not new from retriggering on action revalidation.
0 commit comments