/**
  * Resets/clears the internal link-cache.
  */
 public function resetLinkCache()
 {
     $this->LinkCache->clear();
     $this->top_lines_processed = false;
     $this->meta_attributes = array();
 }
 /**
  * Resets/clears the internal link-cache.
  */
 public function resetLinkCache()
 {
     $this->LinkCache->clear();
     $this->top_lines_processed = false;
 }