コード例 #1
0
ファイル: MemoryTest.cs プロジェクト: sandcastle/Stored
        public MemoryTest()
        {
            _store = new MemoryStore();
            _session = _store.CreateSession();

            // Ensure the identity cache is fresh
            IdentityFactory.Clear();
        }
コード例 #2
0
ファイル: MemoryTest.cs プロジェクト: abaxas/Stored
 public MemoryTest()
 {
     _store = new MemoryStore();
     _session = _store.CreateSession();
 }