Memcache.get

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

get(server, key, opts \\ [])

View Source

Specs

Gets the value associated with the key. Returns {:error, "Key not found"} if the given key doesn't exist.

Accepted option: :cas