function CacheSpace($space_id)
 {
     if (!$this->arrays['space']) {
         $this->arrays['space'] = parent::GetSpace($space_id);
     }
 }