tags:

views:

48

answers:

1

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
Thanks Diego. Worked a treat.
walkthewalk