Hi,
Is there an easy-to-use, open-source 2nd level cache for hibernate which works well in clustered environments? Scalability is no real concern, the cluster only consists of two machines - but its not possible to run server-processes like terracotta or a memcache-daemon.
The three alternatives I know are: - EHCache (requires a teracotta-server running) - Memcached (requires a memcache-server) - SwarmCache (optimal, but seems dead so far).
How well does Swarmcache work? Is it still compatible with latest versions of Hibernate?
Thank you in advance, Clemens
|