Memcache.replace

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

replace(server, key, value, opts \\ [])

View Source

Specs

Sets the key to value if the key already exists. Returns {:error, "Key not found"} if the given key doesn't exist.

Accepted options: :cas, :ttl