Memcache.del

Delete an object from the server specified by the key given.

@paramin key key of object to delete @paramin expiration time to delete the object after @return true on success; false otherwise

class Memcache
bool
del
(
string key
,
int expiration = 0
)

Meta