public virtual void TestSlotCacheEntryIsPurgedUponActivation()
        {
            ClientSlotCacheTestCase.Item item = new ClientSlotCacheTestCase.Item();
            Db().Store(item);
            int id = (int)Db().GetID(item);

            Db().Purge(item);
            Db().Configure().ClientServer().PrefetchDepth(1);
            WithCache(new _IProcedure4_83(this, id));
        }
Exemplo n.º 2
0
		public virtual void TestSlotCacheEntryIsPurgedUponActivation()
		{
			ClientSlotCacheTestCase.Item item = new ClientSlotCacheTestCase.Item();
			Db().Store(item);
			int id = (int)Db().GetID(item);
			Db().Purge(item);
			Db().Configure().ClientServer().PrefetchDepth(1);
			WithCache(new _IProcedure4_83(this, id));
		}