Skip to content

Commit 39b587b

Browse files
mohsinnasirguardrex
authored andcommitted
NCache as IDistributedCache thirdparty implementation (dotnet#16692)
1 parent b154566 commit 39b587b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/mvc/views/tag-helpers/built-in/distributed-cache-tag-helper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: pkellner
44
description: Learn how to use the Distributed Cache Tag Helper.
55
ms.author: riande
66
ms.custom: mvc
7-
ms.date: 10/10/2018
7+
ms.date: 01/24/2020
88
uid: mvc/views/tag-helpers/builtin-th/distributed-cache-tag-helper
99
---
1010
# Distributed Cache Tag Helper in ASP.NET Core
@@ -54,7 +54,7 @@ Example:
5454

5555
## Distributed Cache Tag Helper IDistributedCache implementations
5656

57-
There are two implementations of <xref:Microsoft.Extensions.Caching.Distributed.IDistributedCache> built in to ASP.NET Core. One is based on SQL Server, and the other is based on Redis. Details of these implementations can be found at <xref:performance/caching/distributed>. Both implementations involve setting an instance of `IDistributedCache` in `Startup`.
57+
There are two implementations of <xref:Microsoft.Extensions.Caching.Distributed.IDistributedCache> built in to ASP.NET Core. One is based on SQL Server, and the other is based on Redis. Third-party implementations are also available, such as [NCache](http://www.alachisoft.com/ncache/aspnet-core-idistributedcache-ncache.html). Details of these implementations can be found at <xref:performance/caching/distributed>. Both implementations involve setting an instance of `IDistributedCache` in `Startup`.
5858

5959
There are no tag attributes specifically associated with using any specific implementation of `IDistributedCache`.
6060

0 commit comments

Comments
 (0)