[jboss-user] [JBoss Cache] - Re: Realtionship of Hibernate second level cache and Ifinispan as shared cach

Galder Zamarreño do-not-reply at jboss.com
Thu Feb 17 06:16:32 EST 2011


Galder Zamarreño [http://community.jboss.org/people/galder.zamarreno%40jboss.com] created the discussion

"Re: Realtionship of Hibernate second level cache and Ifinispan as shared cach"

To view the discussion, visit: http://community.jboss.org/message/588020#588020

--------------------------------------------------------------
> I want to cache a simple Book Author application and tweak the caching according to the freshness requirements of the users. My question is Can we use Infinispan as shared cache without using Hibernate or Hibernate second level cache?? 

Yes, of course. Nothing stops you from starting your own Infinispan cache manager, creating caches and putting data in it, separate from the Hibernate 2LC. 
> I have found some stuff which says infinispan as hibernate second level cache. But what if I just do not want add an extra layer of hibernate just use Jboss container which has entity beans and we can cache it by adding Infinspan???

You can run Infinispan in JBoss AS, see section on JBoss Application Server in  http://community.jboss.org/docs/DOC-13439 http://community.jboss.org/docs/DOC-13439
> 
> The other thing which is not clear even in case of I have to use any third party ORM , which itself has second level cache. So where will the Infinispan fall and what is good reason for using Hibernate second level cache or infinisoan as hibernate second level cache. It is bit confusing.

So far, Infinispan only integrates in Hibernate. It does not integrate into other ORMs. If you're using Hibernate as ORM, we recommend Infinispan because the integration is finely tuned to make the most of the Hibernate 2LC use case. In fact, a lot of the lessons learned from the JBoss Cache integration with Hibernate 2LC have been migrated to Infinispan 2LC code. So, with Infinispan 2LC, you get both a highly performant 2LC backed by a team that has been working on Hibernate 2LC for over 5 years.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/588020#588020]

Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2052]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110217/45e4ba12/attachment.html 


More information about the jboss-user mailing list