function CachingTree(&$tree)
 {
   parent :: TreeDecorator($tree);
   $this->cache =& $this->_createCache();
 }