Aviat\Banker\Teller::delete
Delete an item from the cache by its unique key.
Signature
public function delete(string
$key )
Parameters
$key
— string- The unique cache key of the item to delete.
Returns
- bool
- True if the item was successfully removed. False if there was an error.