Memcache.multi_get

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

multi_get(server, keys, opts \\ [])

View Source

Specs

multi_get(GenServer.server(), [binary()], Keyword.t()) :: {:ok, map()} | error()

Gets the values associated with the list of keys. Returns a map. Keys that are not found in the server are filtered from the result.

Accepted option: :cas