Documentation

ExistsResult extends Result

Interface for results created by the exists operation.

Table of Contents

cas()  : string|null
Returns the CAS value for the document
exists()  : bool
Returns whether or not the document exists

Methods

cas()

Returns the CAS value for the document

public cas() : string|null
Return values
string|null

exists()

Returns whether or not the document exists

public exists() : bool
Return values
bool

Search results