pull/9287/head
Dave Brock 2018-10-28 17:35:26 -05:00 committed by Luke Latham
parent 302034cf62
commit 854d3499a7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ When cached data is distributed, the data:
Distributed cache configuration is implementation specific. This article describes how to configure SQL Server and Redis distributed caches. Third party implementations are also available, such as [NCache](http://www.alachisoft.com/ncache/aspnet-core-idistributedcache-ncache.html) ([NCache on GitHub](https://github.com/Alachisoft/NCache)). Regardless of which implementation is selected, the app interacts with the cache using the <xref:Microsoft.Extensions.Caching.Distributed.IDistributedCache> interface.
[View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/performance/caching/distributed/sample) ([how to download](xref:tutorials/index#how-to-download-a-sample))
[View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/performance/caching/distributed/samples/) ([how to download](xref:tutorials/index#how-to-download-a-sample))
## Prerequisites