Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EHcache in Hibernate

Status
Not open for further replies.

Pichdude

Programmer
Aug 24, 2005
66
SE
Hi,

This question is about using EHcache in Hibernate.

I am wondering if it is possible to use the query cache for Hibernate when there are different user, with different sessions, that should get different results depending on user.

My application retrieves a list from the database, and this result is hardly ever changed during the user's session. So it should be nice to cache the result of the query. However, the list that is the result is always different between users, and therefore I do not want the cache to be shared between users and sessions.

Regards

Pichdude
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top