We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm new to Vue and to villus.
I'm trying to understand if there is a way to persist the cache in IndexedDB.
Is there an example already?
Thank you for your amazing work!
The text was updated successfully, but these errors were encountered:
Hi, you could take a look at how cache plugin is implemented and swap the localstorage with indexed db calls.
cache
Let me know if you need further guidance.
Perhaps the cache plugin should let you define your get and set methods to make the storage swappable.
get
set
Sorry, something went wrong.
I'm not using Vue yet, just wondering why we'll most likely start.
Anyway, I thought there was already some example and it would be nice to have it, but I think I'm not very good at writing code like this.
No branches or pull requests
Hi, I'm new to Vue and to villus.
I'm trying to understand if there is a way to persist the cache in IndexedDB.
Is there an example already?
Thank you for your amazing work!
The text was updated successfully, but these errors were encountered: