Memcache.replaceByKey

Replaces an object on the server. This method only succeeds if the object is already present on the server. The server to replace the object on is specified by the master_key param.

@paramin master_key key of server to replace object on @paramin key key of object to replace @param[in[ value value to replace object with @return true on success; false otherwise

class Memcache
bool
replaceByKey
(
T = string
)
(
string master_key
,
string key
,)

Meta