Memcache.get
You're seeing just the function
get
, go back to Memcache module for more information.
Specs
get(GenServer.server(), binary(), Keyword.t()) :: fetch_result()
Gets the value associated with the key. Returns {:error, "Key not found"}
if the given key doesn't exist.
Accepted option: :cas