MatthiasMullie\Scrapbook\Psr6\Item::isHit PHP 메소드

isHit() 공개 메소드

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