Memcache.replace_cas

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

replace_cas(server, key, value, cas, opts \\ [])

View Source

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