Hi, I want to configure JBossCache as a secondary cache in my application which uses Hibernate to load the data. I have multiple databases to connect to and to load data from each of them.
I want to be able to make use of the same instance of JBoss Tree Cache to be shared across all the SessionFactories that I have in my JVM. Hence I want it to be a singleton. EHCache provides this facility with SingletonEHCacheProvider implementation. Is there anything similar in JBossCache as well? Thanks, Kalyan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116504#4116504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116504 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
