Example #1
0
 public static void Destroy() {
   speedBuffer = true;
   cacheWriter.destroy();
 }
Example #2
0
 public static boolean IsRunning() {
   return cacheWriter.IsRunning();
 }