Hibernate Team |
|
Joined: Mon Aug 25, 2003 9:11 pm Posts: 4592 Location: Switzerland
|
Thats the nature of the cache and your statement that you cache "all objects" makes me think that you didn't consider the appropriate caching concurrency strategies. This is extremely difficult to resolve in an online discussion, I recommend you get a copy of Hibernate in Action and read the caching chapter. It contains many guidelines what kinds of data should be cached, with what concurrency strategy.
_________________ JAVA PERSISTENCE WITH HIBERNATE http://jpwh.org Get the book, training, and consulting for your Hibernate team.
|
|