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
Hey there! Could you help me out on using your library?
The documentation doesn't specifies what type is payload when using:
payload
cache.set({fileName, key, payload})
is it a stream?
how does it work and what is stored? how can i store a binary data stream?
The text was updated successfully, but these errors were encountered:
Hello @jgabriel98 .
Payload is stored as an object and also retrieved as an object.
Same as it is explained here
https://ndragun92.github.io/file-sys-cache/api/functions
Thanks.
If there are any other questions feel free to get back to me.
Sorry, something went wrong.
No branches or pull requests
Hey there! Could you help me out on using your library?
The documentation doesn't specifies what type is
payload
when using:is it a stream?
how does it work and what is stored?
how can i store a binary data stream?
The text was updated successfully, but these errors were encountered: