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
-
* 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
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.
1565
1564
*
1566
1565
* @example
1567
1566
* ```ts
1568
1567
* // nuxt.config.ts
1569
1568
* export default defineNuxtConfig({
1570
1569
* experimental: {
1571
1570
* // Disable automatic cache cleanup (default is true)
0 commit comments