> Hi,
>       We have a requirement for caching outside the Java heap. As of
> now we have not made provision for a cache farm.
>
> Our requirements are
>
> 1. Multilingual caching
> 2. Access from a Java client
>

It would probably be far more rewarding if you did some research of
your own before sending an email like this.

I'd recommend trying to understand memcached itself a bit first...
http://code.google.com/p/memcached/wiki/Start

Then, once you understand memcached and want to try out a java client,
I'd recommend the spymemcached client...
http://code.google.com/p/spymemcached/

Once you understand those two the question is, "Are you using
Hibernate"? If so, have a look at the hibernate-memcached project...
http://code.google.com/p/hibernate-memcached/

> Are they any examples of existing Java - memcached applications on the
> internet ?
I'd start with Google...

Reply via email to