PHPDaemon\Utils\PlainJSON::__destruct PHP Method

__destruct() public method

Clean cache
public __destruct ( )
    public function __destruct()
    {
        unset(static::$tr[$this->id]);
    }