interface ExistsResult implements Result (View source)

Interface for results created by the exists operation.

Methods

string|null
cas()

Returns the CAS value for the document

from  Result
bool
exists()

Returns whether or not the document exists

Details

string|null cas()

Returns the CAS value for the document

Return Value

string|null

bool exists()

Returns whether or not the document exists

Return Value

bool