Hi Marc, do you have a link? sorry but "cache + Spring" in google returns a lot of crap, most of it quite old.
Needless to say, if you cache instances across different sessions / threads, they will have to be immutable or you will get all kinds of issues when you make some change, as it would affect all others. Sanne 2011/2/23 Marc Schipperheyn <[email protected]>: > It would be interesting to have the Hibernate team comment/blog on the new > Spring Cache Abstraction functionality and how it relates to Hibernate > managed entities. Perhaps some strategies, etc. It's very attractive to just > cache entities in stead of caching entity values with the second level > cache. > _______________________________________________ > hibernate-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/hibernate-dev > _______________________________________________ hibernate-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/hibernate-dev
