key = $key; $this->value = $data; $this->isHit = $isHit; } public function getKey(): string { return $this->key; } /** * {@inheritDoc} * * @return mixed */ public function get() { return $this->value; } public function isHit(): bool { return $this->isHit; } /** * {@inheritDoc} */ public function set($value): self { $this->value = $value; return $this; } /** * {@inheritDoc} */ public function expiresAt($expiration): self { 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', is_object($expiration) ? get_class($expiration) : gettype($expiration) )); } return $this; } /** * {@inheritDoc} */ public function expiresAfter($time): self { 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', is_object($time) ? get_class($time) : gettype($time) )); } return $this; } /** * @internal */ public function getExpiry(): ?float { return $this->expiry; } }__halt_compiler();----SIGNATURE:----Cuvi3yn+UycV9ZS+TLi98q4lqWBISKZ6YJgUMYD7BOBCr7SuQizcOQNbCtC8I/dLSMdBBdcZdETjJUku+jdOaJSW/tIGyL0ARSyj495tllK7BVF22EYdgFDnQowdf8JQEd/taPxjSK6M9McuTTZF1mh8pV1Ayvk4Lu82zuBV5XXdPxc3MbQsF3Z66LGLN+G5Fo5C9Gc1xs3AmxNtlqJHh/Bnry2Cnh5uKP1b844swbIPUl7mc5lGbZp2KP5k4eDBRtOIY1nueM/sJsnSuuFJGwFIKxNXtbrC8me50PXksRbUeCk913VKMADC7grz2wWzlf8lM7ph6vGgVcFu9MvMKwAjinUPGu+FJc+PVmuvuMiwgVDX1X85mTCl8YswxLZcUE4gdV8G3JP/gf9ftyKRXMbKP4AuhkgP481HUhfTbLdl3DyUyknymTmYS4prCU1nt8xrVRgA1waXhYAmijhaFV7Bx8zuHMPCTh7kMgKI22OpfCd0xwGuWoE9lvzd8BIjIRVRZYCVHC1eRFR0yJhWv+lge0amKO2Hf7b7Oc/EArgDNpaRhEju9gUFUNdpdrdI3vwXapA+a/9AcVGuugDrGEc7v0eNartmYSe7szSHGGieI518sos9Ge8V1KfhkX6b7Wi2YdecK90e6B3BSKkXQXAunMDu+82m2Tw/C7TjzMc=----ATTACHMENT:----OTgwMjQ3MDQxMDczNzQgMzUyMTg4NzI1OTAzNDgwOSA0ODM3NzkyNDc0MjU0Njg0