Closed Finesse closed 2 years ago
Can you rebase this against main so that the test suite will run?
@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).
The PR adds a new method
Pool::setInvalidationMethod
that sets a default invalidation method for thePool
object. After calling this method allItem
objects that will be created by the pool will use the pool's default invalidation method.Resolves #96