[hibernate-dev] Spring Cache Abstraction

Sanne Grinovero sanne at hibernate.org
Wed Feb 23 11:19:38 EST 2011


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 <m.schipperheyn at gmail.com>:
> 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
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>



More information about the hibernate-dev mailing list