Bosphorus.Dao.NHibernate.Session.Provider.Factory.Native.CacheDecorator.CacheDecorator C# (CSharp) Method

CacheDecorator() public method

public CacheDecorator ( INHibernateSessionFactoryBuilder decorated ) : System.Collections.Concurrent
decorated INHibernateSessionFactoryBuilder
return System.Collections.Concurrent
        public CacheDecorator(INHibernateSessionFactoryBuilder decorated)
        {
            this.decorated = decorated;
            this.aliasSessionFactoryDictionary = new ConcurrentDictionary<string, ISessionFactory>();
        }