Batch version of the Add method. Note that the response entries ordering is undefined (i.e., may not match the input ordering).
(item []*Item)
| 172 | // Batch version of the Add method. Note that the response entries |
| 173 | // ordering is undefined (i.e., may not match the input ordering). |
| 174 | AddMulti(item []*Item) []MutateResponse |
| 175 | |
| 176 | // This replaces a single entry in memcache. Note: Replace will fail if |
| 177 | // the does not exist in memcache. |
no outgoing calls