Ejemplo n.º 1
0
 void IPageCache.Unlock(ITransaction transaction, ulong pageNumber)
 {
     _pageCache.Unlock(transaction, pageNumber);
 }