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.