I'm interested in using the Azure Cache Service (preview) from Java. The only docs I can find are about using it via .Net. The article Run your Memcache app with Windows Azure Cache Service (Preview) suggests it's possible through the memcached protocol, but I haven't succeeded in connecting. It seems that I need a Memcache client shim that might not be available for Java.
Is it possible to use the cache service from a Java application? We're using spymemcached if that matters.