if you were using Nhibernate for data access in an MVC app what would be the best cache provider e.g. Syscache,Syscache2,Memcache,HashTable.. to use?
Thanks for your opionions.
HashTable is the default built-in cache provider. It is recommended not to use this one.
In most scenarios (non webfarm), the SysCache provider should be good enough.
For more information check out the documentation on NHibernate.Caches
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With