Another question: how can I find out, using NHibernate metadata, the mapped entities that are using 2nd level cache? Is it possible? The first place I looked was IClassMetadata, but it doesn't expose this information. I need this because I want to preload all such entities; if I can't get it automatically, I will have to maintain a list of my own. Any suggestions?
Thanks! RP
