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

Expire with ExpiryJob #87

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Expire with ExpiryJob #87

merged 1 commit into from
Sep 28, 2023

Conversation

djmb
Copy link
Collaborator

@djmb djmb commented Sep 28, 2023

Add the option to expire records with a SolidCache::ExpiryJob. Move the expiry candidate logic in SolidCache::Entry so the job can call it directly, without needing to know about the cache store that triggered the expiration.

Add the option to expire records with a `SolidCache::ExpiryJob`. Move
the expiry candidate logic in `SolidCache::Entry` so the job can call
it directly, without needing to know about the cache store that
triggered the expiration.
@djmb djmb merged commit f2db657 into main Sep 28, 2023
4 checks passed
@djmb djmb deleted the expiry-job branch September 28, 2023 15:09
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