-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Hibernate and Cache
PostPosted: Tue Oct 21, 2003 11:54 am 
Newbie

Joined: Tue Oct 21, 2003 11:41 am
Posts: 11
Hi,

Does Hibernate has it own Cache framework? Or should I should some kind of cache framework on top of hibernate for performance sake.

And which cache framework works best with Hibernate?
I know there are 2 open source ones available:
- JCS
- OScache

Thanks.


Top
 Profile  
 
 Post subject: caches
PostPosted: Tue Oct 21, 2003 12:26 pm 
Regular
Regular

Joined: Tue Sep 16, 2003 11:35 am
Posts: 93
Location: San Francisco, CA
2.1 has a pluggable cache interface. In either case, there is no need to put anything on top of HIbernate, it's all built in and configurable through the Hibernate config files. The default cache is JSC which I've used and works fine for me, but I deploy on only one server. Using the JSC cache increase performance an order of magnitude on my project.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 21, 2003 12:30 pm 
Newbie

Joined: Tue Oct 21, 2003 11:41 am
Posts: 11
Thanks for your quick response. Is there any example for configure the cache inside the hibernate?

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 21, 2003 12:42 pm 
Regular
Regular

Joined: Tue Sep 16, 2003 11:35 am
Posts: 93
Location: San Francisco, CA
If you look in the src distribution there is an example of using cache.ccf and the <jcs-cache>. Caching is much better in 2.1, I'd suggest using 2.1 beta and consulting the new dtd's in the distribution, it's pretty clear from reading those what you should do.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.