Open efonsecab opened 1 year ago
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
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