I ve been comparing distributed caching solutions for an ASP.NET environment and would like to use something FOSS if possible. I ve come across SharedCache and seen it recommended by a few people on StackOverflow.
Has anyone actually used this in a production environment? I can t find much online about the maturity of this project and would like to know of anyone s successes or failures with using it.
To be clear, the environment would be a handful of servers (~10 or so), but at least 10GB of cached data to share amongst those servers.