Configured the application to use SQL Server as a distributed cache provider. Added `AddDistributedSqlServerCache` to `Program.cs` and set up the connection string, schema name, and table name from the `Cache:SqlServer` configuration section. This enables persistent and shared caching across multiple application instances.
14 KiB
14 KiB