Skip to content

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

Merged
tedivm merged 5 commits intotedious:mainfrom
Finesse:master
Mar 21, 2022
Merged

Added an ability to set a default invalidation method for the pool#407
tedivm merged 5 commits intotedious:mainfrom
Finesse:master

Conversation

@Finesse
Copy link
Copy Markdown
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
Copy Markdown
Member

tedivm commented Mar 11, 2022

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

@Finesse
Copy link
Copy Markdown
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