Memcache.addByKey

Add an object with the specified key and value to the server. This function returns false if the object already exists on the server. The server to add the object to is specified by the master_key parameter.

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

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

Meta