I've got a .NET website and an API interface which sits on top of a VPS (Virtual Server). They both use ASP.NET Caching system (which is pretty nice and comfortable). If it matters - the API system will be ported to WCF at some time.
I want to get ready to move from 1 VPS to multiple VPS (when we grow bigger) - thus I need some distributed Cache System.
Ideas would be much appreciated :)
Thanks!