Questions tagged [syscache]

16 questions
0
votes
2 answers

Expiration of NHibernate syscache

How works expiration of NHibernate's syscache? If I set expiration to 10 minutes, and each minute I add an entity, when the first 10 minutes (after application start) end, are all 10 entities deleted, or only the first one? Are all data removed from…
Francois
  • 10,730
  • 7
  • 47
  • 80
1
2