tags:

views:

107

answers:

2

I need to implement a cache solution in java for a cluster of 9 servers with web applications. I saw apache JCS, seems old, do you know another open source solution ? thanks

A: 

ehcache http://ehcache.org/

Pangea
+4  A: 

You can try to look at Terracotta framework Or you can use distributed Ehcache

Alexey Ogarkov