Skip to content

Commit 866ac19

Browse files
authored
Merge pull request #48104 from mohsinnasir/patch-1
Mentioned third-party output cache providers
2 parents 6eeb319 + 675d180 commit 866ac19

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/azure-cache-for-redis/cache-aspnet-output-cache-provider.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Configure the attributes with the values from your cache blade in the Microsoft
6161
| *throwOnError* | boolean | true | *SessionStateProvider only*<br/>*This attribute can be specified only through either web.config or AppSettings.*<br/><br/>Whether to throw an exception when an error occurs.<br/><br/>For more about *throwOnError*, see [Notes on *throwOnError*](#notes-on-throwonerror) in the [Attribute notes](#attribute-notes) section. |>*Microsoft.Web.Redis.RedisSessionStateProvider.LastException*. |
6262
| *retryTimeoutInMilliseconds* | positive integer | 5000 | *SessionStateProvider only*<br/>*This attribute can be specified only through either web.config or AppSettings.*<br/><br/>How long to retry when an operation fails. If this value is less than *operationTimeoutInMilliseconds*, the provider will not retry.<br/><br/>For more about *retryTimeoutInMilliseconds*, see [Notes on *retryTimeoutInMilliseconds*](#notes-on-retrytimeoutinmilliseconds) in the [Attribute notes](#attribute-notes) section. |
6363
| *redisSerializerType* | string | *n/a* | Specifies the assembly qualified type name of a class that implements Microsoft.Web.Redis. ISerializer and that contains the custom logic to serialize and deserialize the values. For more information, see [About *redisSerializerType*](#about-redisserializertype) in the [Attribute notes](#attribute-notes) section. |
64-
|
6564

6665
## Attribute notes
6766

@@ -192,6 +191,12 @@ In the previous example, the cached page data remains in the cache for 60 second
192191

193192
Once these steps are performed, your application is configured to use the Redis Output Cache Provider.
194193

194+
## Third-party output cache providers
195+
196+
* [NCache](https://www.alachisoft.com/blogs/how-to-use-a-distributed-cache-for-asp-net-output-cache/)
197+
* [Apache Ignite](https://apacheignite-net.readme.io/docs/aspnet-output-caching)
198+
199+
195200
## Next steps
196201

197202
Check out the [ASP.NET Session State Provider for Azure Cache for Redis](cache-aspnet-session-state-provider.md).

0 commit comments

Comments
 (0)