Configuring memcached
Hi,
I'm just getting started with NHibernate and Fluent NHibernate. I've seen that you can use Memcached as a second level cache with NHibernate which seems like a nice and poweful combo! However I am struggeling to find some sample code of how to configure the sessionfactory. It'd be nice if someone could provide me with some help. So far I've downloaded the memcached provider and added it to the sessionfactoryconfiguration like this "Cache(c => c.UseQueryCache().ProviderClass<NHibernate.Caches.MemCache.MemCacheProvider>())". But I think there's some more configuration to be done.