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
For example I want to keep a cache that avoids executing a db query but I want that the cache is still available if db is down.
The idea is that sometimes is desirable to have an older value instead of failing.
The text was updated successfully, but these errors were encountered:
@aalexgabi it is planned to be provided with v1.
See description of invalidationSpan option at ttl section in #73
invalidationSpan
ttl
Sorry, something went wrong.
@medikoo Thank you.
medikoo
No branches or pull requests
For example I want to keep a cache that avoids executing a db query but I want that the cache is still available if db is down.
The idea is that sometimes is desirable to have an older value instead of failing.
The text was updated successfully, but these errors were encountered: