The nhibernate-caches tag has no wiki summary.
2
votes
1answer
1k views
How to configure NHibernate's Second Level Cache in NHibernate >= 3.2?
Before upgrading to NHibernate 3.2, I used the following code for Fluent NHibernate:
OracleClientConfiguration configurer = (OracleClientConfiguration.Oracle10.ShowSql().ConnectionString(c =>
...