In NH3.0, there are three ways of configuring the cache on entities:
1. in the mapping file
2. in the configuration xml settings
3. in code using the Configuration object
Is there an order of precedence for these different options? If I have read-write caching configured
in the mapping file, and then I set read-only caching in code, which setting does NH use?