Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use the Azure Cache Service (preview) from Java

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.

like image 248
Thomas Kappler Avatar asked Nov 12 '22 19:11

Thomas Kappler


1 Answers

Here you can find guide that demonstrates how to migrate PetClinic to Azure and use memcached via Simple Spring Memcached as a back-end to Spring Cache.

like image 146
ragnor Avatar answered Nov 15 '22 03:11

ragnor