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
When setting a new key at the moment, if the cache is full it will throw an error,
We should have an option that, instead of erroring, will remove the oldest cache item and then add the new one.
The text was updated successfully, but these errors were encountered:
It is actually required; we should work on this.
Sorry, something went wrong.
we are looking for it as well :)
Much awaited. Would be great to have this feature.
Sounds good to me. done implementing this in code. making a pull request soon
No branches or pull requests
When setting a new key at the moment, if the cache is full it will throw an error,
We should have an option that, instead of erroring, will remove the oldest cache item and then add the new one.
The text was updated successfully, but these errors were encountered: