pticostaricags / FairPlaySocial

Multi-platform social network system
GNU General Public License v3.0
21 stars 7 forks source link

Enable support for Distributed Cache #125

Open efonsecab opened 1 year ago

efonsecab commented 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