KestrunHostSessionExtensions.AddDistributedSqlServerCache method
Adds a SQL Server implementation of IDistributedCache to the KestrunHost.
public static KestrunHost AddDistributedSqlServerCache(this KestrunHost host,
SqlServerCacheOptions cfg)
| parameter | description |
|---|---|
| host | The KestrunHost to add services to. |
| cfg | The configuration options for the SQL Server cache. |
Return Value
The updated KestrunHost instance.
See Also
- class KestrunHost
- class KestrunHostSessionExtensions
- namespace Kestrun.Hosting