On Dec 24, 2005, at 12:16 PM, Ralph Goers wrote:

Has anyone had problems with ehcache? I suspect that our problems are being caused by problems with data being returned from the cache when the cache starts writing to disk.

Do you really need persistence store? If not, replace store with default implementation - should be much more efficient.

Vadim