Memcache.setByKey

Writes an object to a server specified by the master_key parameter. If the object already exists, it will overwrite the existing object.

@paramin master_key key that specifies server to write to @paramin key key of object to write to server @paramin value value of object to write to server @paramin expiration time to keep the object stored in the server for @paramin flags flags to store with the object @return true on succcess; false otherwise

class Memcache
bool
setByKey
(
T = string
)
(
string master_key
,
string key
,,
int expiration = 0
,
uint flags = 0
)

Meta