Memcache.delete
You're seeing just the function
delete
, go back to Memcache module for more information.
Specs
delete(GenServer.server(), binary()) :: store_result()
Removes the item with the given key value. Returns {:error, "Key not found"}
if the given key is not found