/**
  * Empty/reset the cache
  */
 function clear()
 {
     $this->urlname_index = array();
     parent::clear();
 }