Memcache::delete
Delete item from the server
Description
boolMemcache::delete
stringkey
inttimeout
Memcache::delete deletes item with the
key. If parameter timeout
is specified, the item will expire after
timeout seconds.
Also you can use memcache_delete function.
See example below.
Memcache::delete example
connect('memcache_host', 11211);
?>
]]>
&return.success;