Does ehcache support multi-threading by default or does it require any configuration changes?
On multi threading my application with Ehcache i found that the DB hit count is actually increasing i.e. there is no global cache available for all the threads despite the fact that my cache’s are all Singletons. Any suggestions?
Does ehcache support multi-threading by default or does it require any configuration changes? On
Share
This may help answer your question, from the FAQ:
(emphasis added by me)