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
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