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

Added an ability to set a default invalidation method for the pool #407

Merged
merged 5 commits into from
Mar 21, 2022
Merged

Added an ability to set a default invalidation method for the pool #407

merged 5 commits into from
Mar 21, 2022

Conversation

Finesse
Copy link
Contributor

@Finesse Finesse commented Feb 26, 2022

The PR adds a new method Pool::setInvalidationMethod that sets a default invalidation method for the Pool object. After calling this method all Item objects that will be created by the pool will use the pool's default invalidation method.

Resolves #96

@tedivm
Copy link
Member

tedivm commented Mar 11, 2022

Can you rebase this against main so that the test suite will run?

@Finesse
Copy link
Contributor Author

Finesse commented Mar 12, 2022

@tedivm I've amended the GitHub Actions configuration to make the the tests run in pull requests. Now you need to allow the tests to run (there should be a button on this page).

@tedivm tedivm merged commit 4fd8d21 into tedious:main Mar 21, 2022
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.

Enable Pool-Wide default invalidation methods.
2 participants