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

Expose a setter in EVCache.Builder to explicitly set the pool manager #145

Merged
merged 1 commit into from
May 30, 2024

Conversation

asibross
Copy link
Contributor

Currently the pool manager is implicitly set in the EVCache.Builder instance using DI injection.
This effectively means that the EVCache.Builder must be an instance managed by a DI container.

Exposing this setter enables creating EVCache.Builder instances that is not managed by a container.

Copy link
Contributor

@sriram-rangarajan sriram-rangarajan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@asibross asibross merged commit 7b54d1b into master May 30, 2024
2 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.

3 participants