clear :: :ok
get(atom) :: binary | nil
put(atom, binary) :: :ok
start_link :: {:ok, pid} | {:error, {:already_started, pid} | term}