/**
  * Flush the complete tracking info 
  */
 public function flushTrackingInfo()
 {
     $this->trackingCache->flush();
 }
 /**
  * @return void
  */
 public function flushCache()
 {
     $this->cache->flush();
 }