예제 #1
0
        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();
 }