Hi,
I am using only 1 nhibernate session in the application scope, and I load into its 1st level cache some objects. The application performs various computations ... one of them lasts for about 10 minutes. When I wanted to retrieve the objects from the 1st level cache, I found out that they are not there anymore, the 1st level cache has expired them.
I need to know whether an object in the cache 1L can expire, and if so, how can this be undo (prohibit the objects in the cache 1L expire).
Thank you, C.
|