I\'m looking for a persistent hash structure in java, a simple key-value store, where key is a unique string and value is an int. The value of a key is to be incremented eac
I think Memcached is good option for your case along with a suitable database in the backend.