Memcache.add

Add an object with the specified key and value to the server. This function returns false if the object already exists on the server.

@paramin key key of object to add @paramin value of object to add @return true on success; false otherwise

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

Meta