Reputation: 314
I have successfully implemented Azure Redis Cache using the Microsoft RedisOutputCacheProvider which works as expected for general pages.
However, I can't seem to get it to work for child actions, it always use the default OutputCacheProvider.
How can i get it working even for ChildActions?
Upvotes: 2
Views: 143