0

I am new in cloud programming so i am wondering if it is possible to use the OutputCache Directive to cache an asp.net page for AWS Redis Cache ?

I found good documentation on caching ASP.NET session state provider HERE and it worked, but unfortunately i didn't find anything helpful on OutputCache.

Any guide from experts is highly appreciated.

1 Answers1

0

Here is a redis cache provider. Its targeted at Azure Redis but it should be compatible.

https://learn.microsoft.com/en-us/azure/redis-cache/cache-aspnet-output-cache-provider

The important part is a nuget package: Microsoft.Web.RedisOutputCacheProvider

Daniel
  • 2,744
  • 1
  • 31
  • 41