Memcache.prepend

Places a segment of data before the last piece of data stored.

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

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

Meta