function CacheBucket($space_id, $bucket_id)
 {
     if (!$this->arrays['bucket']) {
         $this->arrays['bucket'] = parent::GetBucket($space_id, $bucket_id);
     }
 }