Memcache.append

Places a segment of data at the end of the last piece of data stored.

@paramin key key of object whose value we will append data to @paramin value data to append to object's value @return true on success; false otherwise

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

Meta