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 an example called reinsert_expired_entries_sync #382

Merged
merged 8 commits into from
Jan 20, 2024

Conversation

tatsuya6502
Copy link
Member

@tatsuya6502 tatsuya6502 commented Jan 19, 2024

Add an example to demonstrate how to write an eviction listener that will reinsert the expired entries.
Fixes #298.

Also bump the version to v0.12.4.

@tatsuya6502 tatsuya6502 added the documentation Improvements or additions to documentation label Jan 19, 2024
@tatsuya6502 tatsuya6502 added this to the v0.12.4 milestone Jan 19, 2024
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging.

@tatsuya6502 tatsuya6502 merged commit 521193a into main Jan 20, 2024
39 checks passed
@tatsuya6502 tatsuya6502 deleted the reinsert-example branch January 20, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How can i add something to the cache inside the eviction_listener?
1 participant