Memcache.delete_cas

You're seeing just the function delete_cas, go back to Memcache module for more information.
Link to this function

delete_cas(server, key, cas)

View Source

Specs

delete_cas(GenServer.server(), binary(), integer()) :: store_result()

Removes the item with the given key value if the CAS value is equal to the provided value