I read the documentation that Hibernate does support JBoss TreeCache for second-level caching. Does it support JBoss PojoCache. The reason I ask is that PojoCache does have features like fine-grained replication.
Spencer Uresk
Greenhorn
Joined: Apr 04, 2006
Posts: 3
posted
0
I believe the way that Hibernate manages the 2nd level cache makes it so that you don't really see any benefits from using PojoCache vs TreeCache.