Memcache.set_cas
You're seeing just the function
set_cas
, go back to Memcache module for more information.
Specs
set_cas(GenServer.server(), binary(), value(), integer(), Keyword.t()) :: store_result()
Sets the key to value if the key exists and has CAS value equal to the provided value
Accepted options: :cas
, :ttl