Memcache.replace

Replaces an object on the server. This method only succeeds if the object is already present on the server.

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

class Memcache
bool
replace
(
T = string
)
(
string key
,)

Meta