We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
efonsecab
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: