Sets the value represented by this cache item.
The $value argument may be any item that can be serialized by PHP, although the method of serialization is left up to the Implementing Library.
mixed $value: The serializable value to be stored.
static The invoked object.
public function set(mixed $value) : static;