public void LoadCache() { _tableheap = TablesHeap; _stringsheap = StringsHeap; _usheap = UserStringsHeap; _blobheap = BlobHeap; _guidheap = GuidHeap; }
public void ClearCache() { _tableheap = null; _stringsheap = null; _usheap = null; _blobheap = null; _guidheap = null; }