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

Using Cache in Customer Repository #36

Open
abdollahkahne opened this issue Sep 9, 2021 · 0 comments
Open

Using Cache in Customer Repository #36

abdollahkahne opened this issue Sep 9, 2021 · 0 comments

Comments

@abdollahkahne
Copy link

In case of Repository we created for working with customer (Work with Web APIs), we added service Scoped implementation of it to our container. Since we create it to use cache dictionary and it should persist over different requests, Why we could not injected it Singleton?
Thanks in advance
services.AddScoped<ICustomerRepository, CustomerRepository>();

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

No branches or pull requests

1 participant