interface GetReplicaResult implements Result (View source)

Interface for results created by the getReplica operation.

Methods

string|null
cas()

Returns the CAS value for the document

from  Result
array|null
content()

Returns the content of the document fetched

bool
isReplica()

Returns whether or not the document came from a replica server

Details

string|null cas()

Returns the CAS value for the document

Return Value

string|null

array|null content()

Returns the content of the document fetched

Return Value

array|null

bool isReplica()

Returns whether or not the document came from a replica server

Return Value

bool