Aviat\Banker\Item::expiresAt
Sets the expiration time for this cache item.
Signature
public function expiresAt([DateTimeInterface|null
$expiration = NULL] )
Parameters
$expiration
— object
The point in time after which the item MUST be considered expired.
If null is passed explicitly, a default value MAY be used. If none is set,
the value should be stored permanently or for as long as the
implementation allows.
Returns
- Item
The called object.