예제 #1
0
 public function run()
 {
     $update = new HTMLCacheUpdate($this->title, $this->table);
     $update->invalidate($this->start, $this->end);
     return true;
 }