Memcache.delete_cas
You're seeing just the function
delete_cas
, go back to Memcache module for more information.
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