MatthiasMullie\Scrapbook\Psr6\Item::__destruct PHP Method

__destruct() public method

When this item is being killed, we should no longer keep its value around in the repository. Free up some memory!
public __destruct ( )
    public function __destruct()
    {
        $this->repository->remove($this->hash);
    }