Memcache.casByKey

Overwrite data in the server as long as the cas_arg value is still the same in the server. The server to use is specified by the master_key parameter.

@paramin master_key specifies server to operate on @paramin key key of object in server @paramin value value to store for object in server @paramin cas_arg "cas" value

class Memcache
bool
casByKey
(
T = string
)
(
string master_key
,
string key
,,
ulong cas_arg
)

Meta