Bolt\Session\Handler\MemcacheHandler::close PHP Method

close() public method

Don't close connection.
public close ( )
    public function close()
    {
        return true;
    }
MemcacheHandler