Aviat\Banker\Item::set
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.
Signature
public function set(mixed
$value )
Parameters
$value
— mixed
The serializable value to be stored.
Returns
- Item
The invoked object.