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