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
So if I understand the docs correctly, the cacheTime property doesn't do anything when using nuxt generate?
Does the cache get automatically invalidated when the website is regenerated?
The text was updated successfully, but these errors were encountered:
Yes, it is correct. On nuxt generate the cache will be have no effect.
The cache system is only used by a server middleware at the second call in SSR mode. But on generate mode, the sitemap xml generator will call it only one time.
So if I understand the docs correctly, the cacheTime property doesn't do anything when using
nuxt generate?Does the cache get automatically invalidated when the website is regenerated?
The text was updated successfully, but these errors were encountered: