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
* Whether to clean up Nuxt static and asyncData caches on route navigation.
1561
1561
*
1562
-
* In the future, Nuxt will automatically purge cached data from `useAsyncData` and `nuxtApp.static.data`.
1563
-
* This will help prevent memory leaks and ensure fresh data is loaded when needed. You can enable it.
1562
+
* Nuxt will automatically purge cached data from `useAsyncData` and `nuxtApp.static.data`. This helps prevent memory leaks and ensures fresh data is loaded when needed, but it is possible to disable it.
1563
+
*
1564
+
* @default true
1564
1565
*
1565
1566
* @example
1566
1567
* ```ts
1567
1568
* // nuxt.config.ts
1568
1569
* export default defineNuxtConfig({
1569
1570
* experimental: {
1570
1571
* // Disable automatic cache cleanup (default is true)
0 commit comments