Is there a way that the default NHibernate.Caches.SysCache.SysCacheProvider expiry time of 5 minutes can be configured without the use of cache regions? Is there a hibernate property that can be set from config?
A:
In the config file:
<property name="cache.default_expiration">seconds</property>
Diego Mijelshon
2010-06-02 17:46:27
Thanks Diego. Worked a treat.
walkthewalk
2010-06-03 08:46:51