public function delete(Application_Model_Cache $model)
 {
     $this->getDbTable()->delete(array('uri = ?' => $model->getUri()));
 }