38 private $jobQueueGroup;
41 private $editResultCache;
47 $this->jobQueueGroup = $jobQueueGroup;
48 $this->editResultCache = $editResultCache;
62 $editResult = $this->editResultCache->get( $revertRevisionId );
63 if ( $editResult ===
null || !$editResult->isRevert() ) {
68 $this->jobQueueGroup->lazyPush( $spec );