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
proposing a new method that gets ttl value of an entry.
ttl
let val_ref = cache.get(&key).unwrap(); let ttl: std::time::Duration = val_ref.ttl(); let value = val_ref.value();
The text was updated successfully, but these errors were encountered:
Hi @ClSlaid, I am busy in recent weeks, I may have a look this weekend if I have time, would you like to help implement this feature?
Sorry, something went wrong.
It's pretty hard, so many generic quotes go bruhhhh...
I'll see what I can do...
d2d37be
Merge pull request #21 from goldwind-ting/feat-ttl
27c6cfb
fix #17
No branches or pull requests
proposing a new method that gets
ttl
value of an entry.The text was updated successfully, but these errors were encountered: