5

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.

4

1 回答 1

1

在这里,您可以找到演示如何将 PetClinic 迁移到 Azure 并通过 Simple Spring Memcached 使用 memcached 作为 Spring Cache 后端的指南。

于 2013-10-29T12:07:42.153 回答