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
Great script, thanks. The setItem for the expiration key is not inside a try(), so that can throw an exception without triggering a cache prune.
The text was updated successfully, but these errors were encountered:
👍 Uncatched errors are raised there https://github.com/pamelafox/lscache/blob/master/lscache.js#L259 Would be great to find a fix.
Sorry, something went wrong.
Maybe trying to set the expiration date in the try statements.
This issue is solved in https://github.com/mWater/ls-cache fork. And bucket management is smarted:
No branches or pull requests
Great script, thanks. The setItem for the expiration key is not inside a try(), so that can throw an exception without triggering a cache prune.
The text was updated successfully, but these errors were encountered: