Exemplo n.º 1
0
        protected DocumentStoreBase()
        {
            InitializeEncryptor();

            LastEtagHolder             = new GlobalLastEtagHolder();
            TransactionRecoveryStorage = new VolatileOnlyTransactionRecoveryStorage();
        }
Exemplo n.º 2
0
        protected DocumentStoreBase()
        {
            InitializeEncryptor();

            LastEtagHolder             = new GlobalLastEtagHolder();
            TransactionRecoveryStorage = new VolatileOnlyTransactionRecoveryStorage();
            AsyncSubscriptions         = new AsyncDocumentSubscriptions(this);
            Subscriptions = new DocumentSubscriptions(this);
        }