コード例 #1
0
 /**
  * Flush the complete tracking info 
  */
 public function flushTrackingInfo()
 {
     $this->trackingCache->flush();
 }
コード例 #2
0
 /**
  * @return void
  */
 public function flushCache()
 {
     $this->cache->flush();
 }