Distributecache « memcached « Java Database Q&A





1. How to abstract out 2 different implementations of cache    stackoverflow.com

I plan to use a distributed cache in my load-balanced webapp. So I'm going to try to abstract out the common functions between apache ehcache and memcached. My goal is to be able ...

2. Does EhCache take advantage of all nodes' memory like MemCached?    stackoverflow.com

The MemCached documentation mentions data is distributed across nodes. That's their definition of distributed cached. If a node A needs data that is on node B, data is transferred ...