0
votes

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
Use CacheManager, much more flexible than just redis. cachemanager.michaco.net - MichaC

1 Answers

0
votes

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

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

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