Beispiel #1
0
 /// <summary>Close the resources utilized by this repository</summary>
 public virtual void Close()
 {
     DeltaBaseCache.Purge(this);
     WindowCache.Purge(this);
     lock (this)
     {
         loadedIdx  = null;
         reverseIdx = null;
     }
 }