Example #1
0
 /// <summary>
 /// Cleans any caches of data which haven't been committed to disk.
 /// </summary>
 public override void CleanCaches()
 {
     //Pass it down the chain
     TheDiskDevice.CleanCaches();
 }