EnyimMemcached cannot be used by many session factories
Description
NHibernate.Caches.EnyimMemcached use a common static memcache client, disposed of at Stop. This hinders using two session factories, because stopping one of them will cause the cache to be stopped for the other.
Found due to a failure of test case tear down when many provider were started.
NHibernate.Caches.EnyimMemcached
use a common static memcache client, disposed of atStop
. This hinders using two session factories, because stopping one of them will cause the cache to be stopped for the other.Found due to a failure of test case tear down when many provider were started.