New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(nuxt): initialCache: false cache not deleted
#7265
Conversation
516310460
commented
Sep 6, 2022
•
edited
edited
π Linked issue
β Type of change
-
π Documentation (updates to the documentation or readme) -
π Bug fix (a non-breaking change that fixes an issue) -
π Enhancement (improving an existing functionality like performance) -
β¨ New feature (a non-breaking change that adds functionality) -
β οΈ Breaking change (fix or feature that would cause existing functionality to change)
π Description
π Checklist
- I have linked an issue or discussion.
- I have updated the documentation accordingly.
|
| Name | Link |
|---|---|
| 10e4d87 | |
| https://app.netlify.com/sites/nuxt3-docs/deploys/63267ec9caea2800099e73d9 |
|
Solve the problem that cache data is not deleted when |
initialCache: falseinitialCache: false cache not deleted
247e18b
to
c98e5c7
Compare
|
Hi, @516310460 sorry took long to check on this. The initial cache is disabled and removed (#8885). Releasing data from memory is a good idea. Both from I have created #8894 to not forget about this enhancement and will ping you after v3 release if interested to help on it. |