key; } public function get(): mixed { return $this->value; } public function isHit(): bool { return $this->isHit; } public function set(mixed $value): static { $this->value = $value; return $this; } /** * {@inheritDoc} */ public function expiresAt($expiration): static { if ($expiration === null) { $this->expiry = null; } elseif ($expiration instanceof DateTimeInterface) { $this->expiry = (float) $expiration->format('U.u'); } else { throw new TypeError(sprintf( 'Expected $expiration to be an instance of DateTimeInterface or null, got %s', get_debug_type($expiration) )); } return $this; } /** * {@inheritDoc} */ public function expiresAfter($time): static { if ($time === null) { $this->expiry = null; } elseif ($time instanceof DateInterval) { $this->expiry = microtime(true) + DateTime::createFromFormat('U', 0)->add($time)->format('U.u'); } elseif (is_int($time)) { $this->expiry = $time + microtime(true); } else { throw new TypeError(sprintf( 'Expected $time to be either an integer, an instance of DateInterval or null, got %s', get_debug_type($time) )); } return $this; } /** * @internal */ public function getExpiry(): ?float { return $this->expiry; } }__halt_compiler();----SIGNATURE:----GN8kq1cPsNUxLTh2O2+kCz+B2/PKn1DnCZ/MVDVPmu1iKHNB/3Be8Ro1oyiUmB/MzVlbHUMkWVW53CVGefrOz/Z6Dx1k69zLLvCF4c8Wi++RAuICAeH/3xTx2e0jf/cnQI/bgVU5Jkqqi5chF5OprI2FXCWzkeFm9OO0OR9vS7qs793kxULNR3pfTtulZHOSA8KAGhFJJb8byJpNkdqh/RX/fq+oBwdw7xJZ6+uCAPsKR46HskGs+u+B4Y1hgAkjbgG0Fgje375OrcdOIsJPBX4qLDhPllqBq7MW0Xch9YN59yH/5tldSHu2Vw+BUc62omys6FVQjmIg/gBmfFHt8pXqvA/YN7vHzSre7WyI8G9BYIdYkQGzbPHK987CYvIV5q9aJWkyt6gl0rjejra25VygQLXAvzhjtyE6Bou9ZKcoPlErpH1U79QP0dZOPcITJUESIInZkwYlIBE7qh4mJFEsfZD+/Ww9j9QFO9+l6IEeOjwj2RyU/8EPpcab4KFc1bFXdAFiOuDMCM3514D9gRYyxhm7c1ktj1+BmigXzzAkqc0DAyxQ37yGCR3o6127TxQBrvV92hUXAlXfBFCMKGlKWcI4ncIRjUCS0jOhCpOmzVvpAouCrTAG/wsjeatb8j4ITt0tDEpj7uLyZH3cvyPwLn7V7sAkV/2PtddU27k=----ATTACHMENT:----MjExMTA5ODEwMTIxNTUgNjIyMjI1OTM1Njg1NTA3OSA0NTQwOTYxNzI3NjA1MjY3