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

Enable support for Distributed Cache #125

Open
efonsecab opened this issue Jan 10, 2023 · 0 comments
Open

Enable support for Distributed Cache #125

efonsecab opened this issue Jan 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@efonsecab
Copy link
Contributor

efonsecab commented Jan 10, 2023

As one of the first steps towards supporting web farms, we want to enable support for Distributed Cache using SQL Server Distributed Cache.

https://learn.microsoft.com/en-us/aspnet/core/performance/caching/distributed?view=aspnetcore-6.0

Abstract the cache creating an interfaced named IDistributedCacheService and a custom class named DistributedCacheService

Add the cache table to the Database project

@efonsecab efonsecab added enhancement New feature or request good first issue Good for newcomers labels Jan 10, 2023
@efonsecab efonsecab added this to the Performance Enhancements milestone Jan 10, 2023
@efonsecab efonsecab self-assigned this Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant