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
Are there any plans on adding the option to persist the cached data?
I want to keep the cached data within a browser session (including page reloads). I thought about combining this plugin with vuex-persistedstate to get the expected behaviour. Unfortunately I found out that the cache data is not stored in the module's state, so it doesn't work as expected.
Are there any plans on making this plugin compatible with other plugins by offering an interface to load an initial state, ..? Or even better implementing a persistence option in this plugin?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I didn't have that plan. And persisting the memoization state seems strange to me, but receiving the state object in the options can solve this problem.
I'll add an option to change cache (state object).
Are there any plans on adding the option to persist the cached data?
I want to keep the cached data within a browser session (including page reloads). I thought about combining this plugin with vuex-persistedstate to get the expected behaviour. Unfortunately I found out that the cache data is not stored in the module's state, so it doesn't work as expected.
Are there any plans on making this plugin compatible with other plugins by offering an interface to load an initial state, ..? Or even better implementing a persistence option in this plugin?
Thanks in advance.
The text was updated successfully, but these errors were encountered: