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.
- MemCache
- RedisCache
- NCache
I am not sure which one i should use. I need to configure session state as well in my cache.
Please Advice