We are using Nhibernate and second level cache (non strict read write). When profiling the app using NH Profiler, I can see that data are requested once. But if the web app is idle, after a few minutes, at first request, data are requested again... Is there some expiration date/timeout on the cache? What should I do to prevent the cache from being cleared?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Assuming you're using SysCache :
|
|||||||||||||
|