Searched refs:isHit (Results 1 – 6 of 6) sorted by relevance
40 private bool $isHit = false; variable in Google\\Auth\\Cache\\TypedItem65 return $this->isHit() ? $this->value : null;71 public function isHit(): bool function in Google\\Auth\\Cache\\TypedItem73 if (!$this->isHit) {89 $this->isHit = true;
49 private $isHit = false; variable in Google\\Auth\\Cache\\Item72 return $this->isHit() ? $this->value : null;78 public function isHit() function in Google\\Auth\\Cache\\Item80 if (!$this->isHit) {96 $this->isHit = true;
78 return isset($this->items[$key]) && $this->items[$key]->isHit();
127 return isset($this->items[$key]) && $this->items[$key]->isHit();
60 public function isHit(); function
59 if ($cacheItem->isHit()) {