clustered hash map

NNChristopher

New Member
I have a Java application running in clustered hardware. I use Hashmap as cache. I want cache to be clustered also. Are there some open source java project to synchronize Hashmap in two connected machine?
 
Top