Ehcache is a cool, robust and widely used Java-based cache. It is definitely great for a store now/retrieve later kind of scenarios. But I wonder how many people really use it as a persistent store backed Cache just like how caches work in a procesor (that are backed by the hard disk obviously!). I mean [...]

