Skip to content
New issue

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

Add entry_refresh #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Yosi-Hezi
Copy link

  • Add entry_refresh to enable entry API for LRU cache implementations (Combines get_refresh and entry implementations).
  • Add tests for the entry_refresh:
    • Copies entry tests
    • Add new test to ensure using entry_refresh moves the entry to the end of the list

@Yosi-Hezi
Copy link
Author

Yosi-Hezi commented Aug 20, 2022

I know this project is in maintenance mode, but I think that this small addition is super useful and important, especially for LRU caching use cases.
For example: we can lru_cache.entry_refresh(key).or_insert_with(value) without the need to hash twice.

Let me know what you think and thank you for this great crate!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant