-->
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.  [ 2 posts ] 
Author Message
 Post subject: Cache again, for Find? Query cache?
PostPosted: Fri Jun 24, 2005 11:47 pm 
Regular
Regular

Joined: Thu Dec 02, 2004 10:42 am
Posts: 54
Hibernate seems solved this already. It has Query cache.
And it's Query Interface has these method:
setCacheable(true)
setCacheRegion("frontpages")
They seems can handle the session.Find() result caching.

Personally, I feel caching is one of the key feature N/Hibernate attracting me, but it seems NHibernate hasn't got it ready yet.


Top
 Profile  
 
 Post subject: NH-240
PostPosted: Fri Jun 24, 2005 11:58 pm 
Regular
Regular

Joined: Thu Dec 02, 2004 10:42 am
Posts: 54
:oops: , I was too eager to express my concern.

You have got a Jira for this.
http://jira.nhibernate.org/browse/NH-240

If this got fixed, do we get session.Find() reading from cache automatically or only session.CreateQuery().List() can check the cache?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.