Come2Play, a company with over 4 million monthly players, utilizes MySQL databases and IIS web servers running ASP.Net and classic ASP. To enhance scalability, they integrated a caching layer using Memcached and Membase, choosing the Enyim Memcached Client for ASP.Net. Membase offered advantages such as bucket separation, easy configuration, and a polished web UI. They implemented a phased approach to integrate Memcached and Membase, starting with caching heavy queries to reduce MySQL load, followed by user-specific data caching, and eventually employing Membase for persistent storage. This integration improved site performance and scalability by decreasing database load and allowing for agile feature development, highlighting Membase's simplicity and elegance.