function CacheBucketLesson($space_id, $bucket_id, $lesson_id)
 {
     if (!$this->arrays['lesson']) {
         $this->arrays['lesson'] = parent::GetBucketLesson($space_id, $bucket_id, $lesson_id);
     }
 }