I need to implement distributed cache in my asp.net mvc 4 application. My application is hosted in AWS in web farm environment. I can see the following options are available.
I am not sure which one i should use. I need to configure session state as well in my cache.
Please Advice
Use NCache. Everything is built in and is open source.
Use
Comparing Redis & Memcached with NCache you could see the following articles