/** * {@inheritdoc} */ public function isHit() { if ($this->isHit !== null) { return $this->isHit; } return $this->repository->exists($this->hash); }
/** * {@inheritdoc} */ public function isHit() { return $this->repository->exists($this->hash); }