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
If we need to get it then add it to the lru cache map, I think it costs too much when a lot of concurrency requests come.
The text was updated successfully, but these errors were encountered:
I believe you only need to GET it to refresh.
GET
Sorry, something went wrong.
No it won't
@DennisZhangOiler found the same, the GET operation seems doesn't update the expiration time. For my case I changed to use https://github.com/jellydator/ttlcache , see if it helps yours.
No branches or pull requests
If we need to get it then add it to the lru cache map, I think it costs too much when a lot of concurrency requests come.
The text was updated successfully, but these errors were encountered: