*/ interface ItemInterface extends CacheItemInterface { /** References the Unix timestamp stating when the item will expire. */ public const METADATA_EXPIRY = 'expiry'; /** References the time the item took to be created, in milliseconds. */ public const METADATA_CTIME = 'ctime'; /** References the list of tags that were assigned to the item, as string[]. */ public const METADATA_TAGS = 'tags'; /** Reserved characters that cannot be used in a key or tag. */ public const RESERVED_CHARACTERS = '{}()/\@:'; /** * Adds a tag to a cache item. * * Tags are strings that follow the same validation rules as keys. * * @param string|string[] $tags A tag or array of tags * * @return $this * * @throws InvalidArgumentException When $tag is not valid * @throws CacheException When the item comes from a pool that is not tag-aware */ public function tag($tags): self; /** * Returns a list of metadata info that were saved alongside with the cached value. * * See ItemInterface::METADATA_* consts for keys potentially found in the returned array. */ public function getMetadata(): array; } __halt_compiler();----SIGNATURE:----FJXFP4RbvUMm+UGDsjAsIZeR0201bdUuoRscx4x3M0hLGRvLFrvVw8SgD+nBA8niGnXLqc4/isAIxcsiMhp+eECXUT6Xo4ptLr1yP+TUMpN0Kmr+EATmMG1le61UgYCGw1GoZgwtWLhMnrZraLdGWzwljT0vfllHj3rjrM28VSuEMJGsil6OaXY5f3H6Cx7Cf8c7JdMEpNTaD9YKrZHVZ7fdosp0YNMC9h0E8Kb/Usc6ZhrvgYQ+UotjxJrNK8ZbQQwnKg6lk1+NRRpJvSbrQKYQsJJEipiU7tbdhGAKnHnTxpWFDp8UgoEENkQD4GUhSgUq2PmGxM8GsRb3kAGQQg5sn5t802QhwpnVh68c2YgE90zrcO1Tl+KsXi/yiCZtVvGeQ3MNQs+3k0PmOkmG2SaM473cDLlq46kmYsic2T/RWL8KgFLB/+C9UwXyx6Aqz2KwvHcSSahFYDj/8q2SNzHQU57YzDFvx6Fvg3M6ROLMbRUEOnFjS+k4ZUq44zY0krR3mTXHPKvGlJpoUKIyU+w00/p3yO6Om81GtSnd9ZgG34Feq6MVA2+JikOzG3jELqtN3ME/cmitZIJFZxccToSecKUlxJZS8Kumdxn9roDBv9cDrfxwfFb8oaftcSixZGRi+j6klEDGXQS46/ebLEIDBThxeu7DMyMMuqi7BX4=----ATTACHMENT:----Nzg0MzY0MjE1NjU0NzYwOCA1ODUzMjM5MzQxNTM4NjI1IDI1MjIzMjQ0NDA4ODM0NTc=