I have an order system developed on asp.net 4 web forms. I need to store order details (order object) for a user on the cache in order to manage it till I save it in the DB. I want to install my site at least on two server with option to scale for more in the future . As you know , the two servers are located behind load balancer , so I need the cached order object to be shared on the both servers.
I hear about App fabric. Any recommendation to good frameworks to do that , Hope will be simple and easy to maintain one . Thanks in advance ...