Пример #1
0
 /// <summary>
 /// Clears all caches, reclaiming most memory held by this GCRoot object.
 /// </summary>
 public void ClearCache()
 {
     _heap.ClearHeapCache();
     _heap.ClearRootCache();
 }