1. How to abstract out 2 different implementations of cache stackoverflow.comI 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.comThe 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 ... |