Memcache.append_cas

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

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

View Source

Specs

append_cas(GenServer.server(), binary(), value(), integer(), Keyword.t()) ::
  store_result()

Appends the value to the end of the current value of the key if the CAS value is equal to the provided value

Accepted options: :cas