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 limit-based and time-based ResourceCache eviction #216

Merged
merged 4 commits into from
Mar 2, 2024

Conversation

mattrent
Copy link
Member

@mattrent mattrent commented Mar 2, 2024

This PR migrates the existing ResourceCache implementation to Cachex. Additionally, it adds limit-based (i.e. depending on the number of stored keys) and time-based (i.e. depending on entry's TTL) eviction of cached resources.

This is related to #211.

@mattrent mattrent self-assigned this Mar 2, 2024
@mattrent mattrent requested a review from giusdp as a code owner March 2, 2024 13:56
@mattrent mattrent merged commit cf4b613 into funlessdev:main Mar 2, 2024
12 checks passed
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.

2 participants